Accessing Tune Trials Intermediate Results by Iteration

Is there a way to access the intermediate results of the Tune trials, after they are finished: e.g. if I want to plot the learning curves of all my trials (not just the final results)?

Yes, you can take a look at Result.metrics_dataframe API.

1 Like