[docs] Add sklearn integration link

This commit is contained in:
Eric Liang 2020-10-14 13:07:23 -07:00 committed by GitHub
parent b1481c6acf
commit aefcf901d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 0 deletions

1
.gitignore vendored
View file

@ -3,6 +3,7 @@
/python/ray/core
/python/ray/pickle5_files/
/python/ray/thirdparty_files/
/python/ray/pyarrow_files/
/python/ray/jars/
/python/build
/python/dist

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

View file

@ -96,6 +96,13 @@ Alibi is an open source Python library aimed at machine learning model inspectio
GitHub: `https://github.com/SeldonIO/alibi <https://github.com/SeldonIO/alibi>`__
Scikit Learn |scikit|
---------------------
Scikit-learn is a free software machine learning library for the Python programming language. It features various classification, regression and clustering algorithms including support vector machines, random forests, gradient boosting, k-means and DBSCAN, and is designed to interoperate with the Python numerical and scientific libraries NumPy and SciPy.
[`Link to integration <https://docs.ray.io/en/master/joblib.html>`__]
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.
@ -142,6 +149,10 @@ spaCy is a library for advanced Natural Language Processing in Python and Cython
:class: inline-figure
:height: 30
.. |scikit| image:: images/scikit.png
:class: inline-figure
:height: 30
.. |seldon| image:: images/seldon.png
:class: inline-figure
:height: 30