File tree Expand file tree Collapse file tree 8 files changed +39
-0
lines changed
Expand file tree Collapse file tree 8 files changed +39
-0
lines changed Original file line number Diff line number Diff line change 1+ """Tests for module bregman on OT with bregman projections """
2+
3+ # Author: Remi Flamary <remi.flamary@unice.fr>
4+ #
5+ # License: MIT License
16
27import numpy as np
38import ot
Original file line number Diff line number Diff line change 1+ """Tests for module da on Domain Adaptation """
2+
3+ # Author: Remi Flamary <remi.flamary@unice.fr>
4+ #
5+ # License: MIT License
16
27import numpy as np
38import ot
Original file line number Diff line number Diff line change 1+ """Tests for module dr on Dimensionality Reduction """
2+
3+ # Author: Remi Flamary <remi.flamary@unice.fr>
4+ #
5+ # License: MIT License
16
27import numpy as np
38import ot
Original file line number Diff line number Diff line change 1+ """Tests for module gpu for gpu acceleration """
2+
3+ # Author: Remi Flamary <remi.flamary@unice.fr>
4+ #
5+ # License: MIT License
16
27import numpy as np
38import ot
Original file line number Diff line number Diff line change 1+ """Tests for module optim fro OT optimization """
2+
3+ # Author: Remi Flamary <remi.flamary@unice.fr>
4+ #
5+ # License: MIT License
16
27import numpy as np
38import ot
Original file line number Diff line number Diff line change 1+ """Tests for main module ot """
2+
3+ # Author: Remi Flamary <remi.flamary@unice.fr>
4+ #
5+ # License: MIT License
16
27import numpy as np
38import ot
Original file line number Diff line number Diff line change 1+ """Tests for module plot for visualization """
12
3+ # Author: Remi Flamary <remi.flamary@unice.fr>
4+ #
5+ # License: MIT License
26
37import numpy as np
48import matplotlib
Original file line number Diff line number Diff line change 1+ """Tests for module utils for timing and parallel computation """
2+
3+ # Author: Remi Flamary <remi.flamary@unice.fr>
4+ #
5+ # License: MIT License
16
27
38import ot
You can’t perform that action at this time.
0 commit comments