Skip to content

Commit 21952bf

Browse files
committed
final commit DA classes
1 parent dfc8279 commit 21952bf

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ It provides the following solvers:
1616
We are also currently working on the following features:
1717

1818
- [ ] Image color adaptation demo
19-
- [ ] Scikit-learn inspired classes for domain adaptation
19+
- [x] Scikit-learn inspired classes for domain adaptation
2020
- [ ] Mapping estimation as proposed in [8]
2121

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

docs/source/examples.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,8 @@ OT with user provided regularization
2222
------------------------------------
2323

2424
.. literalinclude:: ../../examples/demo_optim_OTreg.py
25+
26+
Domain adaptation with optimal transport
27+
----------------------------------------
28+
29+
.. literalinclude:: ../../demo_OTDA_classes.py

0 commit comments

Comments
 (0)