summaryrefslogtreecommitdiff
path: root/ot/unbalanced.py
AgeCommit message (Collapse)Author
2020-04-24better doc per moduleRémi Flamary
2019-10-20fix loop counter in barycenter + precision of dual variablesHicham Janati
2019-10-19same for unbalancedHicham Janati
2019-09-03fix doctest examplesHicham Janati
2019-09-03same for unbalancedHicham Janati
2019-08-28remove square in convergence checkHicham Janati
add unbalanced with stabilization add unbalanced tests with stabilization fix doctest examples add xvfb in travis remove explicit call xvfb in travis change alpha to reg_m minor flake8 remove redundant sink definitions + better doc and naming add stabilized unbalanced barycenter + add not converged warnings add test for stable barycenter add generic barycenter func + make method funcs private fix typo + add method test for barycenters fix doc examples + add xml to gitignore fix whitespace in example change logsumexp import - scipy deprecation warning fix doctest improve naming + add stable barycenter in bregman add test for stable bar + test the method arg in bregman
2019-08-12Added Unbalaced transport to domain adaptation methods. Corrected small bug ↵ngayraud
related to warnings in unbalaced.py . Added an error message when user wants to normalize with other than expected cost normalization functions.
2019-07-09moreAlexandre Gramfort
2019-07-02Merge branch 'master' into doc_modulesRémi Flamary
2019-07-02Bugfix (python2 in unbalanced)Romain Tavenard
2019-07-01Fixed all doctests assuming functions are working properly (actually tested ↵Romain Tavenard
in tests/)
2019-07-01Set numpy array formatting version to post-1.13Romain Tavenard
2019-06-25alpha for documentationRémi Flamary
2019-06-24update docstrings + initHicham Janati
2019-06-18update Readme + minor rendering in examplesHicham Janati
2019-06-18fix func names + add more testsHicham Janati
2019-06-12add unbalanced barycentersHicham Janati
2019-06-12integrate comments of jmassichHicham Janati
2019-06-12add unbalanced sinkhorn algorithmHicham Janati