Add build & usage sample to README

This commit is contained in:
2022-11-26 20:08:28 +01:00
parent db19867779
commit a27f182090

View File

@@ -1,2 +1,10 @@
# FImdlp
Fayyad - Irani MDLP discretization algorithm
## Build and usage sample
```bash
python setup.py build_ext --inplace
python sample.py
```