Add date and color to results list

This commit is contained in:
2022-01-31 11:46:54 +01:00
parent e770eaec6c
commit fd3f8652ce
3 changed files with 28 additions and 8 deletions

View File

@@ -45,3 +45,14 @@ python src/benchmark.py
# Do benchmark, print report and build excel file with data
python src/benchmark.py -x 1
```
## List
```python
# List of results of given model
python src/list.py -m ODTE
# List of results of given model and score
python src/list.py -m STree -s f1-macro
# List all results
python src/list.py
```