ray/doc/source/ray-air/examples/index.rst

40 lines
1.1 KiB
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`
- :doc:`/ray-air/examples/upload_to_comet_ml`
- :doc:`/ray-air/examples/upload_to_wandb`
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.
.. air-tabular-training-serving-examples:
Tabular data training to serving example
----------------------------------------
- :doc:`/ray-air/examples/tfx_tabular_train_to_serve`: How to use Ray AIR to train a Keras model on tabular data and serve it.