ray/doc/source/ray-air/examples/index.rst
Kai Fricke e76efffec6
[air/docs] Move RL examples to docs (#24962)
Following #24959, this PR moves the RL examples (online/offline/serving) into the Ray ML docs. It also splits the online and offline parts.
2022-05-20 14:55:01 +01:00

30 lines
750 B
ReStructuredText

.. _air-examples-ref:
========
Examples
========
.. air-general-examples:
Guides
------
- :doc:`/ray-air/examples/analyze_tuning_results`: How to analyze trial results (e.g. find the best trial) of a hyperparameter tuning run.
- :doc:`/ray-air/examples/rl_serving_example`
Trainers
--------
- :doc:`/ray-air/examples/lightgbm_example`
- :doc:`/ray-air/examples/rl_offline_example`
- :doc:`/ray-air/examples/rl_online_example`
- :doc:`/ray-air/examples/sklearn_example`
- :doc:`/ray-air/examples/xgboost_example`
.. air-huggingface-examples:
Hugging Face Examples
---------------------
- :doc:`/ray-air/examples/huggingface_text_classification`: How to use Ray AIR to run Hugging Face Transformers fine-tuning on a text classification task.