-
Rule learning: RIPPER, decision lists, and models that output human-readable rules
Most classifiers return a label or probability. A rule learner returns logic that a person can inspect and execute:
-
Logistic regression as a classifier you can actually explain
Machine learning often feels like a trade-off between accuracy and interpretability. While deep neural networks and gradient-boosted trees dominate many benchmarks, there are plenty of real-world prob