Reporting 📊¶
Currently, there are three types of reports:
- Eval results
- Comparison report
- Summary report
List report types:
1 |
|
Report Format¶
Usually you can select the report format with the --report-format console
(-r console
) argument:
html
- React based HTML report (default)console
- Console report
Output Directory¶
Reports are saved to results
directory and can be considered as temporary files (they can be regenerated easily again)
Eval Run Report 🏃♂️➡️¶
This is the basic report; it is generated when the run command finishes.
If you just want to re-generate the report, you can use the reports eval
command instead of running the entire evaluation.
1 |
|
You can also run it by passing the eval name and results file directly:
1 |
|

Results Comparison Report 🔬¶
After you run more than one testcase evaluation, you can compare the results by running the compare command:
Run:
1 |
|
t1 and t2 are two testcases under the same evaluation set directory (they must have the same ground truths).
Better results are highlighted in green.
You can also run it by passing the eval name and results file directly:
1 |
|

Summary Report 📊¶
You can also generate an overview summary of all testcases results by running:
1 |
|
