@@ -86,11 +86,11 @@ print(model.history_["task_t"][-1])
86
86
87
87
| Two Moons | Classification | Regression |
88
88
| :-------------: | :-------------: | :-------------: |
89
- | [<img src="https://github.com/adapt-python/adapt/blob/a490a5c4cefb80d6222bc831a8cc25b2f65221ce/docs/_static/images/two_moons_setup.png">](https://adapt-python.github.io/adapt/examples/Two_moons.html) [](https://colab.research.google.com/drive/1Tz-TIkHI8ashHP90Im6D3tMjZ3lkR7s6?usp=sharing) | [<img src="https://github.com/adapt-python/adapt/blob/a490a5c4cefb80d6222bc831a8cc25b2f65221ce/docs/_static/images/classification_setup.png">](https://adapt-python.github.io/adapt/examples/Classification.html) [](https://colab.research.google.com/drive/1ANQUix9Y6V4RXu-vAaCFGmU979d5m4bO?usp=sharing) | [<img src="https://github.com/adapt-python/adapt/blob/a490a5c4cefb80d6222bc831a8cc25b2f65221ce/docs/_static/images/regression_setup.png">](https://adapt-python.github.io/adapt/examples/Regression.html) [](https://colab.research.google.com/drive/1adhqoV6b0uEavLDmMfkiwtRjam0DrXux?usp=sharing) |
89
+ | [<img src="https://raw.githubusercontent.com/adapt-python/adapt/a490a5c4cefb80d6222bc831a8cc25b2f65221ce/docs/_static/images/two_moons_setup.png">](https://adapt-python.github.io/adapt/examples/Two_moons.html) [](https://colab.research.google.com/drive/1Tz-TIkHI8ashHP90Im6D3tMjZ3lkR7s6?usp=sharing) | [<img src="https://raw.githubusercontent.com/adapt-python/adapt/a490a5c4cefb80d6222bc831a8cc25b2f65221ce/docs/_static/images/classification_setup.png">](https://adapt-python.github.io/adapt/examples/Classification.html) [](https://colab.research.google.com/drive/1ANQUix9Y6V4RXu-vAaCFGmU979d5m4bO?usp=sharing) | [<img src="https://raw.githubusercontent.com/adapt-python/adapt/a490a5c4cefb80d6222bc831a8cc25b2f65221ce/docs/_static/images/regression_setup.png">](https://adapt-python.github.io/adapt/examples/Regression.html) [](https://colab.research.google.com/drive/1adhqoV6b0uEavLDmMfkiwtRjam0DrXux?usp=sharing) |
90
90
91
91
| Sample Bias | Multi-Fidelity | Rotation |
92
92
| :-------------: | :-------------: | :-------------: |
93
- | [<img src="https://github.com/adapt-python/adapt/blob/a490a5c4cefb80d6222bc831a8cc25b2f65221ce/docs/_static/images/sample_bias_2d_setup.png">](https://adapt-python.github.io/adapt/examples/sample_bias_2d.html) [](https://colab.research.google.com/drive/1Hbg2kDXKjKzeQKJSwxzaV7pwbmORhyA3?usp=sharing) | [<img src="https://github.com/adapt-python/adapt/blob/a490a5c4cefb80d6222bc831a8cc25b2f65221ce/docs/_static/images/multifidelity_setup.png">](https://adapt-python.github.io/adapt/examples/Multi_fidelity.html) [](https://colab.research.google.com/drive/1Cc9TVY_Tl_boVzZDNisQnqe6Qx78svqe?usp=sharing) | [<img src="https://github.com/adapt-python/adapt/blob/a490a5c4cefb80d6222bc831a8cc25b2f65221ce/docs/_static/images/rotation_setup.png">](https://adapt-python.github.io/adapt/examples/Rotation.html) [](https://colab.research.google.com/drive/1XePW12UF80PKzvLu9cyRJKWQoZIxk_J2?usp=sharing) |
93
+ | [<img src="https://raw.githubusercontent.com/adapt-python/adapt/a490a5c4cefb80d6222bc831a8cc25b2f65221ce/docs/_static/images/sample_bias_2d_setup.png">](https://adapt-python.github.io/adapt/examples/sample_bias_2d.html) [](https://colab.research.google.com/drive/1Hbg2kDXKjKzeQKJSwxzaV7pwbmORhyA3?usp=sharing) | [<img src="https://raw.githubusercontent.com/adapt-python/adapt/a490a5c4cefb80d6222bc831a8cc25b2f65221ce/docs/_static/images/multifidelity_setup.png">](https://adapt-python.github.io/adapt/examples/Multi_fidelity.html) [](https://colab.research.google.com/drive/1Cc9TVY_Tl_boVzZDNisQnqe6Qx78svqe?usp=sharing) | [<img src="https://raw.githubusercontent.com/adapt-python/adapt/a490a5c4cefb80d6222bc831a8cc25b2f65221ce/docs/_static/images/rotation_setup.png">](https://adapt-python.github.io/adapt/examples/Rotation.html) [](https://colab.research.google.com/drive/1XePW12UF80PKzvLu9cyRJKWQoZIxk_J2?usp=sharing) |
94
94
95
95
96
96
## Content
@@ -99,7 +99,7 @@ ADAPT package is divided in three sub-modules containing the following domain ad
99
99
100
100
### Feature-based methods
101
101
102
- <img src =" https://github. com/adapt-python/adapt/blob /a490a5c4cefb80d6222bc831a8cc25b2f65221ce/docs/_static/images/feature_based.png " >
102
+ <img src =" https://raw.githubusercontent. com/adapt-python/adapt/a490a5c4cefb80d6222bc831a8cc25b2f65221ce/docs/_static/images/feature_based.png " >
103
103
104
104
- [ FE] ( https://adapt-python.github.io/adapt/generated/adapt.feature_based.FE.html ) (* Frustratingly Easy Domain Adaptation* )
105
105
- [ mSDA] ( https://adapt-python.github.io/adapt/generated/adapt.feature_based.mSDA.html ) (* marginalized Stacked Denoising Autoencoder* )
@@ -112,7 +112,7 @@ ADAPT package is divided in three sub-modules containing the following domain ad
112
112
113
113
### Instance-based methods
114
114
115
- <img src =" https://github. com/adapt-python/adapt/blob /a490a5c4cefb80d6222bc831a8cc25b2f65221ce/docs/_static/images/instance_based.png " >
115
+ <img src =" https://raw.githubusercontent. com/adapt-python/adapt/a490a5c4cefb80d6222bc831a8cc25b2f65221ce/docs/_static/images/instance_based.png " >
116
116
117
117
- [ KMM] ( https://adapt-python.github.io/adapt/generated/adapt.instance_based.KMM.html ) (* Kernel Mean Matching* )
118
118
- [ KLIEP] ( https://adapt-python.github.io/adapt/generated/adapt.instance_based.KLIEP.html ) (* Kullback–Leibler Importance Estimation Procedure* )
@@ -122,7 +122,7 @@ ADAPT package is divided in three sub-modules containing the following domain ad
122
122
123
123
### Parameter-based methods
124
124
125
- <img src =" https://github. com/adapt-python/adapt/blob /a490a5c4cefb80d6222bc831a8cc25b2f65221ce/docs/_static/images/parameter_based.png " >
125
+ <img src =" https://raw.githubusercontent. com/adapt-python/adapt/a490a5c4cefb80d6222bc831a8cc25b2f65221ce/docs/_static/images/parameter_based.png " >
126
126
127
127
- [ RegularTransferLR] ( https://adapt-python.github.io/adapt/generated/adapt.parameter_based.RegularTransferLR.html ) (* Regular Transfer with Linear Regression* )
128
128
- [ RegularTransferLC] ( https://adapt-python.github.io/adapt/generated/adapt.parameter_based.RegularTransferLC.html ) (* Regular Transfer with Linear Classification* )
0 commit comments