Python implementation of Fayyad and Irani's MDLP criterion discretiation algorithm
Reference:
Irani, Keki B. "Multi-interval discretization of continuous-valued attributes for classification learning." (1993).
Changes: This new release is compatible with Scikit-learn, and may be used as a part of a Scikit-learn pipeline. The old version is still available in release v0.9.
Dependencies:
- Numpy: Tested on version 1.14.5
- Scikit-learn: Tested on version 0.19.1
Python version Tested on python 2.7.5