ray.tune.ExperimentAnalysis.runner_data#

ExperimentAnalysis.runner_data() Dict[source]#

Returns a dictionary of the TuneController data.

If experiment_checkpoint_path pointed to a directory of experiments, the dict will be in the format of {experiment_session_id: TuneController_data}.