Skip to content

Best Configuration

Jonny M edited this page May 18, 2018 · 1 revision

Requesting Evaluation History and Best Evaluation

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())