You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-7Lines changed: 2 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -12,12 +12,7 @@ It provides the following solvers:
12
12
* Bregman projections for Wasserstein barycenter [3] and unmixing [4].
13
13
* Optimal transport for domain adaptation with group lasso regularization [5]
14
14
* Conditional gradient [6] and Generalized conditional gradient for regularized OT [7].
15
-
16
-
We are also currently working on the following features:
17
-
18
-
-[ ] Image color adaptation demo
19
-
-[x] Scikit-learn inspired classes for domain adaptation
20
-
-[ ] Mapping estimation as proposed in [8]
15
+
* Joint OT matix and mapping etsimation [8].
21
16
22
17
Some demonstrations (both in Python and Jupyter Notebook format) are available in the examples folder.
23
18
@@ -57,7 +52,7 @@ Note that for easier access the module is name ot instead of pot.
57
52
58
53
The examples folder contain several examples and use case for the library. The full documentation is available on [Readthedocs](http://pot.readthedocs.io/)
59
54
60
-
Here is a list of the Python notebook if you want a quick look:
55
+
Here is a list of the Python notebooks if you want a quick look:
0 commit comments