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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

42 lines
1 KiB
ReStructuredText
Raw Normal View History

.. _air-examples-ref:
========
Examples
========
Framework-specific Examples
---------------------------
- :doc:`/ray-air/examples/lightgbm_example`: Distributed training with LightGBM
- :doc:`/ray-air/examples/xgboost_example`: Distributed training with LightGBM
- :doc:`/ray-air/examples/sklearn_example`: Integrating with Scikit-Learn (non-distributed)
Tabular Data
------------
- :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.
Text/NLP
--------
- :doc:`/ray-air/examples/huggingface_text_classification`: How to use Ray AIR to run Hugging Face Transformers fine-tuning on a text classification task.
Image/CV
--------
- :doc:`/ray-air/examples/torch_image_example`
RL (RLlib)
----------
- :doc:`/ray-air/examples/rl_serving_example`
- :doc:`/ray-air/examples/rl_online_example`
- :doc:`/ray-air/examples/rl_offline_example`
Advanced
--------
- :doc:`/ray-air/examples/torch_incremental_learning`: Incrementally train and deploy a PyTorch CV model