2022-12-13 14:02:35 +01:00
2022-12-13 16:56:15 +01:00
2022-12-13 01:13:07 +01:00
2022-11-26 19:36:03 +01:00
2022-12-13 10:15:31 +01:00

FImdlp

Codacy Badge

Discretization algorithm based on the paper by Usama M. Fayyad and Keki B. Irani

Multi-Interval Discretization of Continuous-Valued Attributes for Classification Learning. In Proceedings of the 13th International Joint Conference on Artificial Intelligence (IJCAI-95), pages 1022-1027, Montreal, Canada, August 1995.

Build and usage sample

Python sample

pip install -e .
python samples/sample.py iris --original 
python samples/sample.py iris --proposal
python samples/sample.py -h # for more options

C++ sample

cd samples
mkdir build
cd build
cmake ..
make
./sample iris
Description
Fayyad - Irani MDLP discretization algorithm
Readme MIT 2.4 MiB
Languages
Python 72%
C++ 14.2%
Cython 8.1%
Makefile 5.7%