File tree 1 file changed +2
-22
lines changed
1 file changed +2
-22
lines changed Original file line number Diff line number Diff line change @@ -24,38 +24,18 @@ The following dependencies are required and will be installed with the library:
24
24
- ` scipy `
25
25
- ` tensorflow ` (>= 2.0)
26
26
- ` scikit-learn `
27
+ - ` cvxopt `
27
28
28
29
If for some reason, these packages failed to install, you can do it manually with:
29
30
30
- ` pip install numpy scipy tensorflow scikit-learn `
31
+ ` pip install numpy scipy tensorflow scikit-learn cvxopt `
31
32
32
33
Finally import the module in your python scripts with:
33
34
34
35
``` python
35
36
import adapt
36
37
```
37
38
38
- ## Reference
39
-
40
- If you use this library in your research, please cite ADAPT using the following reference:
41
-
42
- ```
43
- A. de Mathelin, ADAPT Awesome Domain Adaptation Package Toolbox,
44
- Website: https://antoinedemathelin.github.io/adapt/_build/html/index.html, 2020
45
- ```
46
-
47
- Or in BibTeX format:
48
-
49
- ```
50
- @misc{demathelin2020adapt,
51
- title={ADAPT Awesome Domain Adaptation Package Toolbox},
52
- author={A. de Mathelin},
53
- url={https://antoinedemathelin.github.io/adapt/_build/html/index.html},
54
- year={2020}
55
- }
56
- ```
57
-
58
-
59
39
## Content
60
40
61
41
ADAPT package is divided in three sub-modules containing the following domain adaptation methods:
You can’t perform that action at this time.
0 commit comments