mirror of
https://github.com/Doctorado-ML/benchmark.git
synced 2025-08-15 15:35:52 +00:00
Add date and color to results list
This commit is contained in:
11
README.md
11
README.md
@@ -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
|
||||
```
|
||||
|
Reference in New Issue
Block a user