summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-01-13 13:05:22 +0100
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2020-01-13 13:05:22 +0100
commit79bf59738ff9ee18824ae874b60138a6b26fd336 (patch)
tree6118479ee26e02a2cb4d426d0f74385d568c4f7a
parentf61d7c2c9f1148ee1bc749d1f7007f5c01f4ffb4 (diff)
Add scikit-learn as a third party library as it is required by persistence representations
-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
=====