summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRémi Flamary <remi.flamary@gmail.com>2016-10-31 15:07:43 +0100
committerRémi Flamary <remi.flamary@gmail.com>2016-10-31 15:07:43 +0100
commitdfc82797ae594b4ab2233a22beb41b62dea5fc4e (patch)
tree131dae52a270784bcfe436aa7e1000c91895ab35 /README.md
parent2933531a140cb901befde30bbda96e1aecb9c7d8 (diff)
update readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ab7be28..f8b6e85 100644
--- a/README.md
+++ b/README.md
@@ -63,7 +63,7 @@ The examples folder contain several examples and use case for the library. The f
* [2D optimal transport on empirical distributions](https://github.com/rflamary/POT/blob/master/examples/Demo_2D_OT_samples.ipynb)
* [1D Wasserstein barycenter](https://github.com/rflamary/POT/blob/master/examples/Demo_1D_barycenter.ipynb)
* [OT with user provided regularization](https://github.com/rflamary/POT/blob/master/examples/Demo_Optim_OTreg.ipynb)
-
+* [Domain adaptation with optimal transport](https://github.com/rflamary/POT/blob/master/examples/Demo_2D_OT_DomainAdaptation.ipynb)
## Acknowledgements