[docs] Add RayDP link to community integrations (#10851)

This commit is contained in:
Eric Liang
2020-09-17 01:21:12 -07:00
committed by GitHub
parent 5c7b35d694
commit 89da3f9ba7
2 changed files with 14 additions and 3 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

+14 -3
View File
@@ -32,7 +32,7 @@ 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>`_
GitHub: `https://github.com/asappresearch/flambe <https://github.com/asappresearch/flambe>`_
Horovod |horovod|
-----------------
@@ -74,14 +74,21 @@ PyCaret |pycaret|
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/>`_
GitHub: `https://github.com/pycaret/pycaret <https://github.com/pycaret/pycaret>`_
RayDP |raydp|
-------------
RayDP ("Spark on Ray") enables you to easily use Spark inside a Ray program. You can use Spark to read the input data, process the data using SQL, Spark DataFrame, or Pandas (via Koalas) API, extract and transform features using Spark MLLib, and use RayDP Estimator API for distributed training on the preprocessed dataset.
GitHub: `https://github.com/Intel-bigdata/oap-raydp <https://github.com/Intel-bigdata/oap-raydp>`_
Seldon Alibi |seldon|
---------------------
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>`__
GitHub: `https://github.com/SeldonIO/alibi <https://github.com/SeldonIO/alibi>`__
Spacy |spacy|
-------------
@@ -125,6 +132,10 @@ spaCy is a library for advanced Natural Language Processing in Python and Cython
:class: inline-figure
:height: 30
.. |raydp| image:: images/intel.png
:class: inline-figure
:height: 30
.. |seldon| image:: images/seldon.png
:class: inline-figure
:height: 30