mirror of
https://github.com/Doctorado-ML/benchmark.git
synced 2025-08-19 01:15:53 +00:00
Enhance list with sort key and summary
This commit is contained in:
@@ -60,5 +60,6 @@ for metric in metrics:
|
||||
summary.show_result(
|
||||
summary.best_result(score=metric), title=f"BEST RESULT of {metric}"
|
||||
)
|
||||
summary.show_top(score=metric, n=10)
|
||||
if list_results:
|
||||
summary.list_results()
|
||||
|
Reference in New Issue
Block a user