ray/doc/source/ray-air/examples/index.rst
Kai Fricke a92ce9721c
[air] Example to run tuning and analyze results (#24602)
This is a notebook showing how to tune an xgboost model and analyze the results.

Also adds a `get_dataframe()` method to `ResultsGrid` to fetch the trial results.

Depends on #24483 for toctree.
2022-05-13 15:22:36 +01:00

12 lines
251 B
ReStructuredText

.. _air-examples-ref:
========
Examples
========
.. air-general-examples:
General Examples
----------------
- :doc:`/ray-air/examples/analyze_tuning_results`: How to analyze trial results (e.g. find the best trial) of a hyperparameter tuning run.