-
Notifications
You must be signed in to change notification settings - Fork 1
Best Configuration
Jonny M edited this page May 18, 2018
·
1 revision
You can request your evaluation history or get your best evaluation. The following example displays both.
The best evaluation is based on the loss reported from the report_loss
function.
history = experiment_copy.get_evaluation_history()
print(history)
print(test_experiment.get_best_evaluation())