ray/doc/source/ray-air/examples/index.rst
Kai Fricke 9a8c8f4889
[air/docs] Move some examples from ml/examples to docs (#24959)
This moves the basic LightGBM, Sklearn, and XGBoost examples from the examples/ folder to the docs. We keep a symlink in the examples folder.
2022-05-19 14:01:49 +01:00

27 lines
613 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.
Trainers
--------
- :doc:`/ray-air/examples/lightgbm_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.