Skip to content

Commit

Permalink
[docs] add lightgbm_ray to docs (#4584)
Browse files Browse the repository at this point in the history
* [docs] add lightgbm_ray to docs

* add docs link

* Apply suggestions from code review

Co-authored-by: Nikita Titov <[email protected]>

* move Ray

* Update docs/Parallel-Learning-Guide.rst

Co-authored-by: Nikita Titov <[email protected]>

Co-authored-by: Nikita Titov <[email protected]>
Co-authored-by: Nikita Titov <[email protected]>
  • Loading branch information
3 people authored Sep 9, 2021
1 parent 5857ef5 commit fa1d06f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ Kubeflow Fairing (LightGBM on Kubernetes): https://github.com/kubeflow/fairing

Kubeflow Operator (LightGBM on Kubernetes): https://github.com/kubeflow/xgboost-operator

lightgbm_ray (LightGBM on Ray): https://github.com/ray-project/lightgbm_ray

ML.NET (.NET/C#-package): https://github.com/dotnet/machinelearning

LightGBM.NET (.NET/C#-package): https://github.com/rca22/LightGBM.Net
Expand Down
19 changes: 18 additions & 1 deletion docs/Parallel-Learning-Guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ MPI Version
3. Run following command on one machine (not need to run on all machines), need to change ``your_config_file`` to real config file.

For Windows:

.. code::
mpiexec.exe /machinefile mlist.txt lightgbm.exe config=your_config_file
Expand All @@ -451,6 +451,17 @@ Example

- `A simple distributed learning example`_

Ray
^^^

`Ray`_ is a Python-based framework for distributed computing. The `lightgbm_ray`_ project, maintained within the official Ray GitHub organization, can be used to perform distributed LightGBM training using ``ray``.

See `the lightgbm_ray documentation`_ for usage examples.

.. note::

``lightgbm_ray`` is not maintained by LightGBM's maintainers. Bug reports or feature requests should be directed to https://github.com/ray-project/lightgbm_ray/issues.

.. _Dask: https://docs.dask.org/en/latest/

.. _SynapseML: https://aka.ms/spark
Expand Down Expand Up @@ -482,3 +493,9 @@ Example
.. _here: https://www.youtube.com/watch?v=iqzXhp5TxUY

.. _A simple distributed learning example: https://github.com/microsoft/lightgbm/tree/master/examples/parallel_learning

.. _lightgbm_ray: https://github.com/ray-project/lightgbm_ray

.. _Ray: https://ray.io/

.. _the lightgbm_ray documentation: https://docs.ray.io/en/latest/lightgbm-ray.html

0 comments on commit fa1d06f

Please sign in to comment.