summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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 ↵Slasnista
yet tested
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
2017-08-04correction of semi supervised modeSlasnista
2017-08-04semi supervised mode supportedSlasnista
2017-08-04added new class SinkhornL1l2Transport() + dedicated testSlasnista
2017-08-04added new class SinkhornLpl1Transport() + dedicated testSlasnista
2017-08-04added test for fit_transform + correction of fit_transform bug (missing ↵Slasnista
return self)
2017-08-01added EMDTransport Class from NG's code + added dedicated testSlasnista
2017-08-01update SinkhornTransport class + added test for classSlasnista
2017-07-31own BaseEstimator class written + rflamary comments addressedSlasnista
2017-07-28integrate AG commentsSlasnista
2017-07-28small modifs according to NG proposalsSlasnista
2017-07-28first proposal for OT wrappersSlasnista
2017-07-28remove linewidth error messageSlasnista
2017-07-26Merge pull request #19 from rflamary/pytestRémi Flamary
Pytest with 89% coverage Fixes #19
2017-07-26last stuffRémi Flamary
2017-07-26valid flake8Rémi Flamary
2017-07-26pep8Rémi Flamary
2017-07-26add author to all examplesRémi Flamary
2017-07-26add license and authors on all modulesRémi Flamary
2017-07-26author and license for tets filesRémi Flamary
2017-07-26gitignoreRémi Flamary
2017-07-26nearly all review doneRémi Flamary
2017-07-26flake8Rémi Flamary
2017-07-26flake8Rémi Flamary
2017-07-26test_ot random stateRémi Flamary
2017-07-26Merge branch 'pytest' of github.com:rflamary/POT into pytestRémi Flamary
2017-07-26clean test_otRémi Flamary
2017-07-26test_optim allcloseRémi Flamary
2017-07-26test_optimRémi Flamary
2017-07-26rng gpuRémi Flamary
2017-07-26dr +gpu numpy assertRémi Flamary
2017-07-26n to n_samplesRémi Flamary
2017-07-26numpy assert test_daRémi Flamary
2017-07-26numpy assert + n_binsRémi Flamary
2017-07-26import nmpy before otRémi Flamary
2017-07-24matplotlib travisRémi Flamary
2017-07-24test plot with no XRémi Flamary
2017-07-24add test plot and datasetRémi Flamary
2017-07-24add test plotRémi Flamary
2017-07-24add test da 58% coverageRémi Flamary
2017-07-24add test yunmlix and baryRémi Flamary
2017-07-24clean pep8Rémi Flamary
2017-07-24tets barycenterRémi Flamary
2017-07-24bregman coverageRémi Flamary
2017-07-24add dr testsRémi Flamary
2017-07-24add test optimRémi Flamary
2017-07-24test sinkhorn with empty marginalsRémi Flamary