ray.tune.ExperimentAnalysis.best_checkpoint#
- property ExperimentAnalysis.best_checkpoint: Checkpoint#
Get the checkpoint path of the best trial of the experiment
The best trial is determined by comparing the last trial results using the
metric
andmode
parameters passed totune.run()
.If you didn’t pass these parameters, use
get_best_checkpoint(trial, metric, mode)
instead.- Returns:
Checkpoint
object.