Skip to content

Commit 60498d8

Browse files
authored
[HWORKS-1990] Add ray related images to the general env info doc page (#441) (#442)
1 parent 5a8891c commit 60498d8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/user_guides/projects/python/python_env_overview.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,16 @@ The `FEATURE ENGINEERING` environments can be used in [Jupyter notebooks](../jup
3535

3636
### Model training
3737

38-
The `MODEL TRAINING` environments can be used in [Jupyter notebooks](../jupyter/python_notebook.md) or a [Python job](../jobs/python_job.md).
38+
The `MODEL TRAINING` environments can be used in [Jupyter notebooks](../jupyter/python_notebook.md) or a [Python job](../jobs/python_job.md) or in a [Ray job](../jobs/ray_job.md).
3939

4040
* `tensorflow-training-pipeline` to train TensorFlow models
4141
* `torch-training-pipeline` to train PyTorch models
4242
* `pandas-training-pipeline` to train XGBoost, Catboost and Sklearn models
43+
* `ray_training_pipeline` a general purpose environment for distributed training using Ray framework to train
44+
XGBoost and Sklearn models. Should be used in [Ray job](../jobs/ray_job.md). It can be customized to install
45+
additional dependencies of your choice.
46+
* `ray_torch_training_pipeline` for distributed training of PyTorch models using Ray framework in a [Ray job](../jobs/ray_job.md)
47+
* `ray_tensorflow_training_pipeline` for distributed training of TensorFlow models using Ray framework in a [Ray job](../jobs/ray_job.md)
4348

4449
### Model inference
4550

0 commit comments

Comments
 (0)