summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-09-10correction config.py for readthedocRémi Flamary
2017-09-02small changesRémi Flamary
2017-09-02update readme and docRémi Flamary
2017-09-01add converted notebooksRémi Flamary
2017-09-01conversion scriptsRémi Flamary
2017-09-01good notebook format generated by sphinx galleryRémi Flamary
2017-09-01titlke for notebooksRémi Flamary
2017-09-01test nbRémi Flamary
2017-09-01pep8Rémi Flamary
2017-09-01test notebook 2Rémi Flamary
2017-09-01test notebook 2Rémi Flamary
2017-09-01test notebookRémi Flamary
2017-09-01new figuresRémi Flamary
2017-09-01update example with rst titlesRémi Flamary
2017-08-31update testsRémi Flamary
2017-08-30pep8Rémi Flamary
2017-08-30update docRémi Flamary
2017-08-30nb generic solverRémi Flamary
2017-08-30exples +rstRémi Flamary
2017-08-30example+rst titlesRémi Flamary
2017-08-30add files and notebooksRémi Flamary
2017-08-30add da exmaplesRémi Flamary
2017-08-30move daRémi Flamary
2017-08-30wroking make!Rémi Flamary
2017-08-30bug config fileRémi Flamary
2017-08-30add script for building galleryRémi Flamary
2017-08-30Merge pull request #25 from aje/masterRémi Flamary
Add iter_max to lp solver and fixes #24
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-30Rename for emd and emd2aje
2017-08-30Changes:aje
- Rename numItermax to max_iter - Default value to 100000 instead of 10000 - Add max_iter to class SinkhornTransport(BaseTransport) - Add norm to all BaseTransport
2017-08-29Type printaje
2017-08-29Fix param orderaje
2017-08-29Changes to LP solver:aje
- Allow to modify the maximal number of iterations - Display an error message in the python console if the solver encountered an issue
2017-08-29Merge pull request #22 from Slasnista/domain_adaptationRémi Flamary
Fixes #17
2017-08-29pass on examples | introduced RandomStateSlasnista
2017-08-29addressed AG comments + adding random seedSlasnista
2017-08-28update readmeSlasnista
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-25set properly path of dataSlasnista
2017-08-25small corrections for examplesSlasnista
2017-08-25refactoring examples according to new DA classesSlasnista
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