[docs] Polish community integrations docs (#10780)

This commit is contained in:
Eric Liang
2020-09-14 14:41:06 -07:00
committed by Barak Michener
parent 7c6d6ea830
commit ca2365a47f
18 changed files with 121 additions and 70 deletions
+10 -2
View File
@@ -15,10 +15,19 @@ Ray is packaged with the following libraries for accelerating machine learning w
- `RaySGD <https://docs.ray.io/en/latest/raysgd/raysgd.html>`__: Distributed Training Wrappers
- `Ray Serve`_: Scalable and Programmable Serving
There are also many `community integrations <https://docs.ray.io/en/master/oss-users.html>`_ with Ray, including `Dask`_, `MARS`_, `Modin`_, `Horovod`_, `Hugging Face`_, `Scikit-learn`_, and others. Check out the `full list of Ray distributed libraries here <https://docs.ray.io/en/master/oss-users.html>`_.
Install Ray with: ``pip install ray``. For nightly wheels, see the
`Installation page <https://docs.ray.io/en/master/installation.html>`__.
**NOTE:** As of Ray 0.8.1, Python 2 is no longer supported.
.. _`Modin`: https://github.com/modin-project/modin
.. _`Hugging Face`: https://huggingface.co/transformers/main_classes/trainer.html#transformers.Trainer.hyperparameter_search
.. _`MARS`: mars-on-ray.html
.. _`Dask`: dask-on-ray.html
.. _`Horovod`: https://horovod.readthedocs.io/en/stable/ray_include.html
.. _`Scikit-learn`: joblib.html
Quick Start
-----------
@@ -254,7 +263,6 @@ This example runs serves a scikit-learn gradient boosting classifier.
.. _`Ray Serve`: https://docs.ray.io/en/latest/serve/index.html
More Information
----------------
+1
View File
@@ -8,3 +8,4 @@ commonmark==0.8.1
recommonmark==0.5.0
sphinx<2
readthedocs-sphinx-ext<1.1
sphinx-book-theme
Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

+2 -3
View File
@@ -195,7 +195,6 @@ Papers
ray-overview/index.rst
installation.rst
oss-users.rst
.. toctree::
:hidden:
@@ -277,14 +276,14 @@ Papers
.. toctree::
:hidden:
:maxdepth: -1
:caption: Community Libraries
:caption: More Libraries
multiprocessing.rst
joblib.rst
iter.rst
pandas_on_ray.rst
dask-on-ray.rst
mars-on-ray.rst
oss-users.rst
.. toctree::
:hidden:
+2
View File
@@ -1,3 +1,5 @@
.. _ray-multiprocessing:
Distributed multiprocessing.Pool
================================
+102 -53
View File
@@ -1,79 +1,128 @@
.. _ray-oss-list:
Community libraries that integrate with Ray
===========================================
Community Integrations
======================
This page lists libraries that integrate with Ray for distributed execution. If you'd like to add your project to this list, feel free to file a pull request or open an issue on GitHub.
This page lists libraries that have integrations with Ray for distributed execution. If you'd like to add your project to this list, feel free to file a pull request or open an issue on GitHub.
ClassyVision |classyvision|
---------------------------
Classy Vision is a new end-to-end, PyTorch-based framework for large-scale training of state-of-the-art image and video classification models. The library features a modular, flexible design that allows anyone to train machine learning models on top of PyTorch using very simple abstractions.
Horovod
-------
[`Link to integration <https://classyvision.ai/tutorials/ray_aws>`__]
Dask |dask|
-----------
Dask provides advanced parallelism for analytics, enabling performance at scale for the tools you love. Dask uses existing Python APIs and data structures to make it easy to switch between Numpy, Pandas, Scikit-learn to their Dask-powered equivalents.
[`Link to integration <dask-on-ray>`__]
Flambe |flambe|
---------------
Flambé is a machine learning experimentation framework built to accelerate the entire research life cycle. Flambé’s main objective is to provide a unified interface for prototyping models, running experiments containing complex pipelines, monitoring those experiments in real-time, reporting results, and deploying a final model for inference.
Github: `https://github.com/asappresearch/flambe <https://github.com/asappresearch/flambe>`_
MARS |mars|
-----------
Mars is a tensor-based unified framework for large-scale data computation which scales Numpy, Pandas and Scikit-learn. Mars can scale in to a single machine, and scale out to a cluster with thousands of machines.
[`Link to integration <mars-on-ray>`__]
Modin |modin|
-------------
Scale your pandas workflows by changing one line of code. Modin transparently distributes the data and computation so that all you need to do is continue using the pandas API as you were before installing Modin.
GitHub: `https://github.com/modin-project/modin <https://github.com/modin-project/modin>`_
Horovod |horovod|
-----------------
Horovod is a distributed deep learning training framework for TensorFlow, Keras, PyTorch, and Apache MXNet. The goal of Horovod is to make distributed deep learning fast and easy to use.
[`Link to integration <https://horovod.readthedocs.io/en/stable/ray_include.html>`__]
MARS
----
Mars is a tensor-based unified framework for large-scale data computation which scales Numpy, Pandas and Scikit-learn.
[:ref:`Link to integration <mars-on-ray>`]
Spacy
-----
spaCy is a library for advanced Natural Language Processing in Python and Cython. It's built on the very latest research, and was designed from day one to be used in real products.
[`Link to integration <https://pypi.org/project/spacy-ray/>`__]
Hugging Face Transformers
-------------------------
Hugging Face Transformers |hugging|
-----------------------------------
State-of-the-art Natural Language Processing for Pytorch and TensorFlow 2.0.
[`Link to integration <https://huggingface.co/transformers/master/main_classes/trainer.html#transformers.Trainer.hyperparameter_search>`__]
Seldon Alibi
------------
Alibi is an open source Python library aimed at machine learning model inspection and interpretation. The focus of the library is to provide high-quality implementations of black-box, white-box, local and global explanation methods for classification and regression models.
Github: `https://github.com/SeldonIO/alibi <https://github.com/SeldonIO/alibi>`__
Intel Analytics Zoo
-------------------
Intel Analytics Zoo |zoo|
-------------------------
Analytics Zoo seamless scales TensorFlow, Keras and PyTorch to distributed big data (using Spark, Flink & Ray).
[`Link to integration <https://analytics-zoo.github.io/master/#ProgrammingGuide/rayonspark/>`__]
Modin
-----
PyCaret |pycaret|
-----------------
Scale your pandas workflows by changing one line of code.
Github: `https://github.com/modin-project/modin/ <https://github.com/modin-project/modin/>`__
ClassyVision
------------
An end-to-end framework for image and video classification.
[`Link to integration <https://classyvision.ai/tutorials/ray_aws>`__]
PyCaret
-------
An open-source, low-code machine learning library in Python.
PyCaret is an open source low-code machine learning library in Python that aims to reduce the hypothesis to insights cycle time in a ML experiment. It enables data scientists to perform end-to-end experiments quickly and efficiently.
Github: `https://github.com/pycaret/pycaret/ <https://github.com/pycaret/pycaret/>`_
Flambe
------
Seldon Alibi |seldon|
---------------------
Flambé is a machine learning experimentation framework built to accelerate the entire research life cycle. Flambé’s main objective is to provide a unified interface for prototyping models, running experiments containing complex pipelines, monitoring those experiments in real-time, reporting results, and deploying a final model for inference.
Alibi is an open source Python library aimed at machine learning model inspection and interpretation. The focus of the library is to provide high-quality implementations of black-box, white-box, local and global explanation methods for classification and regression models.
Github: `https://github.com/asappresearch/flambe <https://github.com/asappresearch/flambe>`_
Github: `https://github.com/SeldonIO/alibi <https://github.com/SeldonIO/alibi>`__
Spacy |spacy|
-------------
spaCy is a library for advanced Natural Language Processing in Python and Cython. It's built on the very latest research, and was designed from day one to be used in real products.
[`Link to integration <https://pypi.org/project/spacy-ray/>`__]
.. |classyvision| image:: images/classyvision.png
:class: inline-figure
:height: 30
.. |dask| image:: images/dask.png
:class: inline-figure
:height: 30
.. |flambe| image:: images/flambe.png
:class: inline-figure
:height: 30
.. |mars| image:: images/mars.png
:class: inline-figure
:height: 30
.. |modin| image:: images/modin.png
:class: inline-figure
:height: 30
.. |horovod| image:: images/horovod.png
:class: inline-figure
:height: 30
.. |hugging| image:: images/hugging.png
:class: inline-figure
:height: 30
.. |zoo| image:: images/zoo.png
:class: inline-figure
:height: 30
.. |pycaret| image:: images/pycaret.png
:class: inline-figure
:height: 30
.. |seldon| image:: images/seldon.png
:class: inline-figure
:height: 30
.. |spacy| image:: images/spacy.png
:class: inline-figure
:height: 30
-9
View File
@@ -1,9 +0,0 @@
Pandas on Ray
=============
**Pandas on Ray has moved to Modin!**
Pandas on Ray has moved into the `Modin project`_ with the intention of
unifying the DataFrame APIs.
.. _`Modin project`: https://github.com/modin-project/modin
+4 -3
View File
@@ -18,10 +18,11 @@ On top of **Ray Core** are several libraries for solving problems in machine lea
- :ref:`sgd-index`
- :ref:`rayserve`
There are also many :ref:`community libraries <ray-oss-list>` that integrate with Ray, including `Modin`_, `Hugging Face Transformers`_, :doc:`../dask-on-ray`, `MARS`_, `Horovod`_, and others.
Check out the :ref:`full list of Ray distributed libraries here <ray-oss-list>`.
There are also many :ref:`community integrations <ray-oss-list>` with Ray, including `Dask`_, `MARS`_, `Modin`_, `Horovod`_, `Hugging Face`_, `Scikit-learn`_, and others. Check out the :ref:`full list of Ray distributed libraries here <ray-oss-list>`.
.. _`Modin`: https://github.com/modin-project/modin
.. _`Hugging Face Transformers`: https://huggingface.co/transformers/main_classes/trainer.html#transformers.Trainer.hyperparameter_search
.. _`Hugging Face`: https://huggingface.co/transformers/main_classes/trainer.html#transformers.Trainer.hyperparameter_search
.. _`MARS`: mars-on-ray.html
.. _`Dask`: dask-on-ray.html
.. _`Horovod`: https://horovod.readthedocs.io/en/stable/ray_include.html
.. _`Scikit-learn`: joblib.html