2022-05-13 11:56:34 +01:00
.. _air-examples-ref:
========
Examples
========
.. air-general-examples:
2022-05-19 14:01:49 +01:00
Guides
------
2022-05-13 11:56:34 +01:00
2022-05-13 15:22:36 +01:00
- :doc: `/ray-air/examples/analyze_tuning_results` : How to analyze trial results (e.g. find the best trial) of a hyperparameter tuning run.
2022-05-20 14:55:01 +01:00
- :doc: `/ray-air/examples/rl_serving_example`
2022-05-21 20:16:33 +01:00
- :doc: `/ray-air/examples/upload_to_comet_ml`
- :doc: `/ray-air/examples/upload_to_wandb`
2022-05-18 18:35:12 +02:00
2022-05-19 14:01:49 +01:00
Trainers
--------
- :doc: `/ray-air/examples/lightgbm_example`
2022-05-20 14:55:01 +01:00
- :doc: `/ray-air/examples/rl_offline_example`
- :doc: `/ray-air/examples/rl_online_example`
2022-05-19 14:01:49 +01:00
- :doc: `/ray-air/examples/sklearn_example`
- :doc: `/ray-air/examples/xgboost_example`
2022-05-18 18:35:12 +02:00
.. 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.