diff --git a/doc/source/joblib.rst b/doc/source/joblib.rst index 0900fe92f..3741c446b 100644 --- a/doc/source/joblib.rst +++ b/doc/source/joblib.rst @@ -55,7 +55,7 @@ Run on a Cluster ---------------- This section assumes that you have a running Ray cluster. To start a Ray cluster, -please refer to the `cluster setup `__ instructions. +please refer to the `cluster setup `__ instructions. To connect a scikit-learn to a running Ray cluster, you have to specify the address of the head node by setting the ``RAY_ADDRESS`` environment variable. diff --git a/doc/source/multiprocessing.rst b/doc/source/multiprocessing.rst index cce9b224b..01b56b430 100644 --- a/doc/source/multiprocessing.rst +++ b/doc/source/multiprocessing.rst @@ -49,7 +49,7 @@ Run on a Cluster ---------------- This section assumes that you have a running Ray cluster. To start a Ray cluster, -please refer to the `cluster setup `__ instructions. +please refer to the `cluster setup `__ instructions. To connect a ``Pool`` to a running Ray cluster, you can specify the address of the head node in one of two ways: diff --git a/doc/source/starting-ray.rst b/doc/source/starting-ray.rst index c94c22f24..f631d2c78 100644 --- a/doc/source/starting-ray.rst +++ b/doc/source/starting-ray.rst @@ -197,4 +197,4 @@ Note that there are some known issues with local mode. Please read :ref:`these t What's next? ------------ -Check out our `Deployment section `_ for more information on deploying Ray in different settings, including Kubernetes, YARN, and SLURM. +Check out our `Deployment section `_ for more information on deploying Ray in different settings, including Kubernetes, YARN, and SLURM.