Refactor samples and fix Metrics tests

This commit is contained in:
2022-12-10 14:32:28 +01:00
parent 418db2bb99
commit 3d48073574
22 changed files with 301 additions and 258 deletions

View File

@@ -6,5 +6,7 @@ Fayyad - Irani MDLP discretization algorithm
```bash
python setup.py build_ext --inplace
python sample.py
python samples/sample.py iris --original
python samples/sample.py iris --proposal
python samples/sample.py -h # for more options
```