Documentation Index
Fetch the complete documentation index at: https://ray-preview.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
tuner.fit() returns a ResultGrid. Use it to inspect trial metrics, find the best trial, and export results for external analysis.
Get the best result
Iterate over all results
Convert to DataFrame
get_dataframe returns one row per trial with the final reported metrics and the trial config flattened into columns.
Per-trial metric history
Restore a previous experiment
Tuner.restore re-creates the tuner from the persisted state on disk.
Visualization
Tune logs metrics in a TensorBoard-compatible format. Point TensorBoard at the run directory:RunConfig.
Next steps
Trial checkpoints
Recover the best checkpoint.
Troubleshooting
Common issues with Tune experiments.