File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ uploadpypi:
39
39
python setup.py sdist upload -r pypi
40
40
41
41
rdoc :
42
- pandoc pandoc --from=markdown --to=rst --output=docs/source/readme.rst README.md
42
+ pandoc --from=markdown --to=rst --output=docs/source/readme.rst README.md
43
43
44
44
45
45
notebook :
Original file line number Diff line number Diff line change @@ -12,7 +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
- * Joint OT matrix and mapping etsimation [ 8] .
15
+ * Joint OT matrix and mapping estimation [ 8] .
16
16
17
17
Some demonstrations (both in Python and Jupyter Notebook format) are available in the examples folder.
18
18
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ It provides the following solvers:
16
16
regularization [5]
17
17
- Conditional gradient [6] and Generalized conditional gradient for
18
18
regularized OT [7].
19
- - Joint OT matrix and mapping etsimation [8].
19
+ - Joint OT matrix and mapping estimation [8].
20
20
21
21
Some demonstrations (both in Python and Jupyter Notebook format) are
22
22
available in the examples folder.
You can’t perform that action at this time.
0 commit comments