Tune Experiment Results (tune.ResultGrid)#
ResultGrid (tune.ResultGrid)#
| A set of  | 
| Get the best result from all the trials run. | |
| Return dataframe of all trials with their configs and reported results. | 
Result (train.Result)#
| The final result of a ML training run or a Tune trial. | 
ExperimentAnalysis (tune.ExperimentAnalysis)#
Note
An ExperimentAnalysis is the output of the tune.run API.
It’s now recommended to use Tuner.fit,
which outputs a ResultGrid object.
| Analyze results from a Ray Train/Tune experiment. |