2022-05-13 01:29:59 -07:00
|
|
|
.. _air-api-ref:
|
|
|
|
|
2022-06-06 15:15:11 -07:00
|
|
|
Ray AIR API
|
|
|
|
===========
|
2022-05-13 01:29:59 -07:00
|
|
|
|
|
|
|
.. contents::
|
|
|
|
:local:
|
|
|
|
|
|
|
|
Components
|
|
|
|
----------
|
|
|
|
|
|
|
|
Preprocessors
|
|
|
|
~~~~~~~~~~~~~
|
|
|
|
|
2022-06-03 21:53:44 +01:00
|
|
|
.. autoclass:: ray.air.preprocessor.Preprocessor
|
2022-05-13 01:29:59 -07:00
|
|
|
:members:
|
|
|
|
|
2022-06-03 21:53:44 +01:00
|
|
|
.. automodule:: ray.air.preprocessors
|
2022-05-13 01:29:59 -07:00
|
|
|
:members:
|
|
|
|
:show-inheritance:
|
|
|
|
|
2022-06-03 21:53:44 +01:00
|
|
|
.. autofunction:: ray.air.train_test_split
|
2022-05-17 05:47:29 +02:00
|
|
|
|
2022-05-13 01:29:59 -07:00
|
|
|
|
|
|
|
.. _air-trainer-ref:
|
|
|
|
|
|
|
|
Trainer
|
|
|
|
~~~~~~~
|
|
|
|
|
2022-06-03 21:53:44 +01:00
|
|
|
.. autoclass:: ray.air.trainer.Trainer
|
2022-05-13 01:29:59 -07:00
|
|
|
:members:
|
|
|
|
|
2022-06-03 21:53:44 +01:00
|
|
|
.. automodule:: ray.air.train.integrations.xgboost
|
2022-05-13 01:29:59 -07:00
|
|
|
:members:
|
|
|
|
:show-inheritance:
|
|
|
|
|
2022-06-03 21:53:44 +01:00
|
|
|
.. automodule:: ray.air.train.integrations.lightgbm
|
2022-05-13 01:29:59 -07:00
|
|
|
:members:
|
|
|
|
:show-inheritance:
|
|
|
|
|
2022-06-03 21:53:44 +01:00
|
|
|
.. automodule:: ray.air.train.integrations.tensorflow
|
2022-05-13 01:29:59 -07:00
|
|
|
:members:
|
|
|
|
:show-inheritance:
|
|
|
|
|
2022-06-03 21:53:44 +01:00
|
|
|
.. automodule:: ray.air.train.integrations.torch
|
2022-05-13 01:29:59 -07:00
|
|
|
:members:
|
|
|
|
:show-inheritance:
|
|
|
|
|
2022-06-06 15:15:11 -07:00
|
|
|
.. automodule:: ray.air.train.integrations.horovod
|
|
|
|
:members:
|
|
|
|
:show-inheritance:
|
|
|
|
|
2022-06-03 21:53:44 +01:00
|
|
|
.. automodule:: ray.air.train.integrations.huggingface
|
2022-05-13 01:29:59 -07:00
|
|
|
:members:
|
|
|
|
:show-inheritance:
|
|
|
|
|
2022-06-03 21:53:44 +01:00
|
|
|
.. automodule:: ray.air.train.integrations.sklearn
|
2022-05-13 01:29:59 -07:00
|
|
|
:members:
|
|
|
|
:show-inheritance:
|
|
|
|
|
2022-06-03 21:53:44 +01:00
|
|
|
.. autoclass:: ray.air.train.data_parallel_trainer.DataParallelTrainer
|
2022-05-13 01:29:59 -07:00
|
|
|
:members:
|
|
|
|
:show-inheritance:
|
|
|
|
|
2022-06-03 21:53:44 +01:00
|
|
|
.. autoclass:: ray.air.train.gbdt_trainer.GBDTTrainer
|
2022-05-13 01:29:59 -07:00
|
|
|
:members:
|
|
|
|
:show-inheritance:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.. _air-tuner-ref:
|
|
|
|
|
|
|
|
Tuner
|
|
|
|
~~~~~
|
|
|
|
|
|
|
|
.. autoclass:: ray.tune.tuner.Tuner
|
|
|
|
:members:
|
|
|
|
|
|
|
|
.. automodule:: ray.tune.result_grid
|
|
|
|
:members:
|
|
|
|
|
|
|
|
Predictors
|
|
|
|
~~~~~~~~~~
|
|
|
|
|
2022-06-03 21:53:44 +01:00
|
|
|
.. autoclass:: ray.air.predictor.Predictor
|
2022-05-13 01:29:59 -07:00
|
|
|
:members:
|
|
|
|
|
2022-06-03 21:53:44 +01:00
|
|
|
.. autoclass:: ray.air.predictor.DataBatchType
|
2022-06-03 11:43:51 -07:00
|
|
|
|
2022-06-03 21:53:44 +01:00
|
|
|
.. autoclass:: ray.air.batch_predictor.BatchPredictor
|
2022-05-13 01:29:59 -07:00
|
|
|
:members:
|
|
|
|
|
2022-06-03 21:53:44 +01:00
|
|
|
.. automodule:: ray.air.predictors.integrations.xgboost
|
2022-05-13 01:29:59 -07:00
|
|
|
:members:
|
|
|
|
:show-inheritance:
|
|
|
|
|
2022-06-03 21:53:44 +01:00
|
|
|
.. automodule:: ray.air.predictors.integrations.lightgbm
|
2022-05-13 01:29:59 -07:00
|
|
|
:members:
|
|
|
|
:show-inheritance:
|
|
|
|
|
2022-06-03 21:53:44 +01:00
|
|
|
.. automodule:: ray.air.predictors.integrations.tensorflow
|
2022-05-13 01:29:59 -07:00
|
|
|
:members:
|
|
|
|
:show-inheritance:
|
|
|
|
|
2022-06-03 21:53:44 +01:00
|
|
|
.. automodule:: ray.air.predictors.integrations.torch
|
2022-05-13 01:29:59 -07:00
|
|
|
:members:
|
|
|
|
:show-inheritance:
|
|
|
|
|
2022-06-03 21:53:44 +01:00
|
|
|
.. automodule:: ray.air.predictors.integrations.sklearn
|
2022-05-13 01:29:59 -07:00
|
|
|
:members:
|
|
|
|
:show-inheritance:
|
|
|
|
|
2022-06-03 21:53:44 +01:00
|
|
|
.. automodule:: ray.air.predictors.integrations.huggingface
|
2022-05-13 01:29:59 -07:00
|
|
|
:members:
|
|
|
|
:show-inheritance:
|
|
|
|
|
|
|
|
.. _air-serve-integration:
|
|
|
|
|
|
|
|
Serving
|
|
|
|
~~~~~~~
|
|
|
|
|
|
|
|
.. autoclass:: ray.serve.model_wrappers.ModelWrapperDeployment
|
|
|
|
|
|
|
|
.. autoclass:: ray.serve.model_wrappers.ModelWrapper
|
|
|
|
|
|
|
|
.. _air-results-ref:
|
|
|
|
|
|
|
|
Outputs
|
|
|
|
~~~~~~~
|
|
|
|
|
2022-06-03 21:53:44 +01:00
|
|
|
.. automodule:: ray.air.checkpoint
|
2022-05-13 01:29:59 -07:00
|
|
|
:members:
|
|
|
|
|
|
|
|
|
2022-06-03 21:53:44 +01:00
|
|
|
.. automodule:: ray.air.result
|
2022-05-13 01:29:59 -07:00
|
|
|
:members:
|
|
|
|
|
|
|
|
|
|
|
|
Configs
|
|
|
|
~~~~~~~
|
|
|
|
|
2022-06-03 21:53:44 +01:00
|
|
|
.. automodule:: ray.air.config
|
2022-05-13 01:29:59 -07:00
|
|
|
:members:
|
|
|
|
|