diff --git a/doc/source/images/intel.png b/doc/source/images/intel.png new file mode 100644 index 000000000..316eb2cb5 Binary files /dev/null and b/doc/source/images/intel.png differ diff --git a/doc/source/ray-libraries.rst b/doc/source/ray-libraries.rst index 028d7f7a7..1721cf3a9 100644 --- a/doc/source/ray-libraries.rst +++ b/doc/source/ray-libraries.rst @@ -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 `_ +GitHub: `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/ `_ +GitHub: `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 `_ 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 `__ +GitHub: `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