summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Rouvreau <10407034+VincentRouvreau@users.noreply.github.com>2020-01-13 14:55:54 +0100
committerGitHub <noreply@github.com>2020-01-13 14:55:54 +0100
commit336b9412fe89fb0f5bd179e31f865d6cd57abf77 (patch)
treeccba4934e61e34457536902eeae0dc82112b6392
parent7e6bf80c5d7f75d833e91508fce9d324375fa6a8 (diff)
parent79bf59738ff9ee18824ae874b60138a6b26fd336 (diff)
Merge pull request #199 from VincentRouvreau/scikit_learn_in_documentation
Add scikit-learn as a third party library in installation
-rw-r--r--src/python/doc/installation.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/python/doc/installation.rst b/src/python/doc/installation.rst
index 50a697c7..40f3f44b 100644
--- a/src/python/doc/installation.rst
+++ b/src/python/doc/installation.rst
@@ -257,6 +257,13 @@ The :doc:`Wasserstein distance </wasserstein_distance_user>`
module requires `POT <https://pot.readthedocs.io/>`_, a library that provides
several solvers for optimization problems related to Optimal Transport.
+Scikit-learn
+============
+
+The :doc:`persistence representations </representations>` module require
+`scikit-learn <https://scikit-learn.org/>`_, a Python-based ecosystem of
+open-source software for machine learning.
+
SciPy
=====