File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ It provides the following solvers:
16
16
We are also currently working on the following features:
17
17
18
18
- [ ] Image color adaptation demo
19
- - [ ] Scikit-learn inspired classes for domain adaptation
19
+ - [x ] Scikit-learn inspired classes for domain adaptation
20
20
- [ ] Mapping estimation as proposed in [ 8]
21
21
22
22
Some demonstrations (both in Python and Jupyter Notebook format) are available in the examples folder.
Original file line number Diff line number Diff line change @@ -22,3 +22,8 @@ OT with user provided regularization
22
22
------------------------------------
23
23
24
24
.. literalinclude :: ../../examples/demo_optim_OTreg.py
25
+
26
+ Domain adaptation with optimal transport
27
+ ----------------------------------------
28
+
29
+ .. literalinclude :: ../../demo_OTDA_classes.py
You can’t perform that action at this time.
0 commit comments