mirror of
https://github.com/wassname/ray.git
synced 2026-08-12 12:20:11 +08:00
[docs] Add RayDP link to community integrations (#10851)
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user