Create package

This commit is contained in:
2022-11-27 00:56:14 +01:00
parent a27f182090
commit 6f4c650af9
20 changed files with 310 additions and 4 deletions

10
prueba/README.md Normal file
View File

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