From 135c011092cb442b0b874b565b6a2ca3f09234c4 Mon Sep 17 00:00:00 2001 From: Rémi Flamary Date: Wed, 22 Apr 2020 11:39:23 +0200 Subject: remove notebooks and cleanup readme and doc --- docs/source/readme.rst | 60 ++++++++++++-------------------------------------- 1 file changed, 14 insertions(+), 46 deletions(-) (limited to 'docs') diff --git a/docs/source/readme.rst b/docs/source/readme.rst index 279e5da..4da1ceb 100644 --- a/docs/source/readme.rst +++ b/docs/source/readme.rst @@ -1,8 +1,8 @@ POT: Python Optimal Transport ============================= -|PyPI version| |Anaconda Cloud| |Build Status| |Codecov Status| -|Downloads| |Anaconda downloads| |License| +|PyPI version| |Anaconda Cloud| |Build Status| |Build Status| |Codecov +Status| |Downloads| |Anaconda downloads| |License| This open source Python library provide several solvers for optimization problems related to Optimal Transport for signal, image processing and @@ -184,44 +184,6 @@ The examples folder contain several examples and use case for the library. The full documentation is available on https://PythonOT.github.io/. -Here is a list of the Python notebooks available -`here `__ if you -want a quick look: - -- `1D optimal - transport `__ -- `OT Ground - Loss `__ -- `Multiple EMD - computation `__ -- `2D optimal transport on empirical - distributions `__ -- `1D Wasserstein - barycenter `__ -- `OT with user provided - regularization `__ -- `Domain adaptation with optimal - transport `__ -- `Color transfer in - images `__ -- `OT mapping estimation for domain - adaptation `__ -- `OT mapping estimation for color transfer in - images `__ -- `Wasserstein Discriminant - Analysis `__ -- `Gromov - Wasserstein `__ -- `Gromov Wasserstein - Barycenter `__ -- `Fused Gromov - Wasserstein `__ -- `Fused Gromov Wasserstein - Barycenter `__ - -You can also see the notebooks with `Jupyter -nbviewer `__. - Acknowledgements ---------------- @@ -232,24 +194,28 @@ This toolbox has been created and is maintained by The contributors to this library are -- `Alexandre Gramfort `__ +- `Alexandre Gramfort `__ (CI) - `Laetitia Chapel `__ + (Partial OT) - `Michael Perrot `__ (Mapping estimation) - `Léo Gautheron `__ (GPU implementation) - `Nathalie Gayraud `__ -- `Stanislas Chambon `__ -- `Antoine Rolet `__ + (DA classes) +- `Stanislas Chambon `__ (DA classes) +- `Antoine Rolet `__ (EMD solver debug) - Erwan Vautier (Gromov-Wasserstein) -- `Kilian Fatras `__ +- `Kilian Fatras `__ (Stochastic + solvers) - `Alain Rakotomamonjy `__ -- `Vayer Titouan `__ +- `Vayer Titouan `__ (Gromov-Wasserstein -, + Fused-Gromov-Wasserstein) - `Hicham Janati `__ (Unbalanced OT) - `Romain Tavenard `__ (1d Wasserstein) - `Mokhtar Z. Alaya `__ (Screenkhorn) -- `Ievgen Redko `__ +- `Ievgen Redko `__ (Laplacian DA, JCPOT) This toolbox benefit a lot from open source research and we would like to thank the following persons for providing some code (in various @@ -437,6 +403,8 @@ NIPS Workshop on Optimal Transport and Machine Learning OTML, 2014. :target: https://anaconda.org/conda-forge/pot .. |Build Status| image:: https://travis-ci.org/PythonOT/POT.svg?branch=master :target: https://travis-ci.org/PythonOT/POT +.. |Build Status| image:: https://github.com/PythonOT/POT/workflows/build/badge.svg + :target: https://github.com/PythonOT/POT/actions .. |Codecov Status| image:: https://codecov.io/gh/PythonOT/POT/branch/master/graph/badge.svg :target: https://codecov.io/gh/PythonOT/POT .. |Downloads| image:: https://pepy.tech/badge/pot -- cgit v1.2.3