Skip to content

Commit 23ea435

Browse files
committed
update readme
1 parent 67b4b7e commit 23ea435

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,7 @@ It provides the following solvers:
1212
* Bregman projections for Wasserstein barycenter [3] and unmixing [4].
1313
* Optimal transport for domain adaptation with group lasso regularization [5]
1414
* 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].
2116

2217
Some demonstrations (both in Python and Jupyter Notebook format) are available in the examples folder.
2318

@@ -57,7 +52,7 @@ Note that for easier access the module is name ot instead of pot.
5752

5853
The examples folder contain several examples and use case for the library. The full documentation is available on [Readthedocs](http://pot.readthedocs.io/)
5954

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:
6156

6257
* [1D optimal transport](https://github.com/rflamary/POT/blob/master/examples/Demo_1D_OT.ipynb)
6358
* [2D optimal transport on empirical distributions](https://github.com/rflamary/POT/blob/master/examples/Demo_2D_OT_samples.ipynb)

0 commit comments

Comments
 (0)