test:

This commit is contained in:
2022-12-21 19:05:24 +01:00
parent 9db16d9d3c
commit 2775698063
10 changed files with 71 additions and 209 deletions

View File

@@ -24,8 +24,8 @@ git clone --recurse-submodules https://github.com/doctorado-ml/FImdlp.git
```bash
pip install -e .
python samples/sample.py iris --original
python samples/sample.py iris --proposal
python samples/sample.py iris
python samples/sample.py iris --alternative
python samples/sample.py -h # for more options
```