mirror of
https://github.com/Doctorado-ML/FImdlp.git
synced 2025-08-17 08:25:51 +00:00
13 lines
261 B
Markdown
13 lines
261 B
Markdown
# FImdlp
|
|
|
|
Fayyad - Irani MDLP discretization algorithm
|
|
|
|
## Build and usage sample
|
|
|
|
```bash
|
|
python setup.py build_ext --inplace
|
|
python samples/sample.py iris --original
|
|
python samples/sample.py iris --proposal
|
|
python samples/sample.py -h # for more options
|
|
```
|