Implementation of reliable rule learning

I want to perform "reliable rule learning", i.e. mining a set of rules with a very low number of false negatives. I recently read the paper "Reliable agnostic learning" by Kalai et al. (https://doi.org/10.1016/j.jcss.2011.12.026) and they basically describe what I want: Rules are determined to reliably classify data points, and the reliability is partly reached by allowing "I don't know" as an additional answer. Sadly, their paper is purely theoretical and I could not find a corresponding implementation. Is there an implementation of reliable rule learning or a similar algorithm? At best, open source and Java-based?

Topic error-handling software-recommendation algorithms data-mining machine-learning

Category Data Science


I think this paper just compares algorithms:

https://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.294.9414&rep=rep1&type=pdf

If you want something specific, here's the white paper for SLIPPER:

https://www.aaai.org/Papers/AAAI/1999/AAAI99-049.pdf

Hope that helps.

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.