summaryrefslogtreecommitdiff
path: root/ot/da.py
AgeCommit message (Expand)Author
2020-04-15fix soft labels, remove gammas from jcpotievred
2020-04-08added label normalization to utilsievred
2020-04-08add label prop + inverseievred
2020-04-08test+utils+readmeievred
2020-04-08remove laplace from jcpotievred
2020-04-03autopep+remove sinkhorn+add simtypeievred
2020-04-03v2 laplace emd sinkhornievred
2020-04-01fix imports remove checksievred
2020-03-31readme move to bregmanievred
2020-03-31v1 jcpot example testievred
2020-03-31added jcpotievred
2019-08-28correct call of unbalanced with reg_mHicham Janati
2019-08-12fixes for travis, added test, minor nitsngayraud
2019-08-12Added Unbalaced transport to domain adaptation methods. Corrected small bug r...ngayraud
2019-06-06start documentation otRémi Flamary
2019-05-14Fixed pep8 related issuengayraud
2019-05-10Fixed multiple docstring issuesngayraud
2018-05-29remove OTDA + pep8Rémi Flamary
2018-05-09Merge pull request #42 from rflamary/linear_mappingRémi Flamary
2018-05-09doc typos in linear map functionRémi Flamary
2018-04-18BUG: correct typo problemsTardy Benjamin
2018-04-18BUG: typo error lo->logTardy Benjamin
2018-04-18BUG: Parameter log unusable in sinkhorn classesTardy Benjamin
2018-04-18ENH: Change the parameter type to bool in class EMDTransport documentationTardy Benjamin
2018-04-18BUG: EMDTransport parameter log unusableTardy Benjamin
2018-03-21pep cleanupRémi Flamary
2018-03-21update readme + docRémi Flamary
2018-03-20passing testsRémi Flamary
2018-03-20add class LinearTransportRémi Flamary
2018-03-20add linear mapping functionRémi Flamary
2018-02-16no more pep8 problem, need cleanup plots in test and examplesRémi Flamary
2018-02-16better pep8 but not solvedRémi Flamary
2017-09-04doc string + exampleSlasnista
2017-09-04correction semi supervised caseSlasnista
2017-08-30Move norm out of fit to init for deprecated OTDAaje
2017-08-30Move normalize function in utils.pyaje
2017-08-30Fix name erroraje
2017-08-30Changes:aje
2017-08-29Changes to LP solver:aje
2017-08-28check input parameters with helper functionsSlasnista
2017-08-28handling input arguments in fit, transform... methods + remove old examplesSlasnista
2017-08-28move no da objects into utils.pySlasnista
2017-08-25solving log issues to avoid errors and adding further testsSlasnista
2017-08-23added deprecation warning on old classesSlasnista
2017-08-23test functions for MappingTransport ClassSlasnista
2017-08-23out of samples transform and inverse transform by batchSlasnista
2017-08-23make doc strings compliant with numpy / modif according to AG reviewSlasnista
2017-08-04added new class MappingTransport to support linear and kernel mapping, not ye...Slasnista
2017-08-04out of samples by Ferradans supported for transform and inverse_transformSlasnista
2017-08-04reformat doc strings + remove useless log / verbose parameters for emdSlasnista