Add excel to generate hyperparameters

This commit is contained in:
2022-02-01 12:10:29 +01:00
parent fd3f8652ce
commit 7402b910e7
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -60,4 +60,4 @@ for metric in metrics:
summary.best_result(score=metric), title=f"BEST RESULT of {metric}"
)
if list_results:
summary.list()
summary.list_results()