You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<td><p>TransferForestClassifier: Modify a source Random Forest on a target dataset.</p></td>
381
385
</tr>
382
386
</tbody>
383
387
</table>
384
388
</section>
385
389
<sectionid="adapt-metrics-metrics">
386
390
<spanid="adapt-metrics"></span><h2><aclass="reference internal" href="#adapt-metrics"><spanclass="std std-ref">adapt.metrics</span></a>: Metrics<aclass="headerlink" href="#adapt-metrics-metrics" title="Permalink to this headline"></a></h2>
387
391
<p>This module contains functions to compute adaptation metrics.</p>
<h1>Classification<aclass="headerlink" href="#Classification" title="Permalink to this headline"></a></h1>
480
-
<divclass="btn btn-notebook" role="button"><p><imgalt="a966f76b77f24009aa977763ca649bb9" src="../_images/colab_logo_32px.png" /><aclass="reference external" href="https://colab.research.google.com/drive/1ANQUix9Y6V4RXu-vAaCFGmU979d5m4bO?usp=sharing">Run in Google Colab</a></p>
481
-
</div><divclass="btn btn-notebook" role="button"><p><imgalt="4335e175433742a2ad920bb842514876" src="../_images/github_logo_32px.png" /><aclass="reference external" href="https://github.com/adapt-python/notebooks/blob/d0364973c642ea4880756cef4e9f2ee8bb5e8495/Classification.ipynb">View on GitHub</a></p>
481
+
<divclass="btn btn-notebook" role="button"><p><imgalt="7d3a3b28b0f74e78bfa0fc52c3456b1e" src="../_images/colab_logo_32px.png" /><aclass="reference external" href="https://colab.research.google.com/drive/1ANQUix9Y6V4RXu-vAaCFGmU979d5m4bO?usp=sharing">Run in Google Colab</a></p>
482
+
</div><divclass="btn btn-notebook" role="button"><p><imgalt="185060b5f0d34e42bf0fe659ce25e540" src="../_images/github_logo_32px.png" /><aclass="reference external" href="https://github.com/adapt-python/notebooks/blob/d0364973c642ea4880756cef4e9f2ee8bb5e8495/Classification.ipynb">View on GitHub</a></p>
482
483
</div><p>You will find here the application of DA methods from the ADAPT package on a simple two dimensional DA classification problem.</p>
483
484
<p>First we import packages needed in the following. We will use <codeclass="docutils literal notranslate"><spanclass="pre">matplotlib</span><spanclass="pre">Animation</span></code> tools in order to get a visual understanding of the mselected methods:</p>
<h1>Multi-Fidelity<aclass="headerlink" href="#Multi-Fidelity" title="Permalink to this headline"></a></h1>
480
-
<divclass="btn btn-notebook" role="button"><p><imgalt="30ffe81bd05f45ea916075bb1f6386f1" src="../_images/colab_logo_32px.png" /><aclass="reference external" href="https://colab.research.google.com/drive/1Cc9TVY_Tl_boVzZDNisQnqe6Qx78svqe?usp=sharing">Run in Google Colab</a></p>
481
-
</div><divclass="btn btn-notebook" role="button"><p><imgalt="d04db52ebb1f471a93a750710c96c5a7" src="../_images/github_logo_32px.png" /><aclass="reference external" href="https://github.com/adapt-python/notebooks/blob/d0364973c642ea4880756cef4e9f2ee8bb5e8495/Multi_fidelity.ipynb">View on GitHub</a></p>
481
+
<divclass="btn btn-notebook" role="button"><p><imgalt="2cb04df9d25e4a5d9f33c4ca995536ec" src="../_images/colab_logo_32px.png" /><aclass="reference external" href="https://colab.research.google.com/drive/1Cc9TVY_Tl_boVzZDNisQnqe6Qx78svqe?usp=sharing">Run in Google Colab</a></p>
482
+
</div><divclass="btn btn-notebook" role="button"><p><imgalt="532b34ba0bb048abb10480d897b56cfd" src="../_images/github_logo_32px.png" /><aclass="reference external" href="https://github.com/adapt-python/notebooks/blob/d0364973c642ea4880756cef4e9f2ee8bb5e8495/Multi_fidelity.ipynb">View on GitHub</a></p>
482
483
</div><p>The following example is a 1D regression multi-fidelity issue. Blue points are low fidelity observations and orange points are high fidelity observations. The goal is to use both datasets to learn the task on the [0, 1] interval.</p>
483
484
<p>To tackle this challenge, we use here the parameter-based method: <aclass="reference external" href="#RegularTransferNN">RegularTransferNN</a></p>
<h1>Toy Regression<aclass="headerlink" href="#Toy-Regression" title="Permalink to this headline"></a></h1>
480
-
<divclass="btn btn-notebook" role="button"><p><imgalt="b653644c0aeb42a582c3f958545c1ad0" src="../_images/colab_logo_32px.png" /><aclass="reference external" href="https://colab.research.google.com/drive/1adhqoV6b0uEavLDmMfkiwtRjam0DrXux?usp=sharing">Run in Google Colab</a></p>
481
-
</div><divclass="btn btn-notebook" role="button"><p><imgalt="0048eac286214a80b6c3a06c47700b07" src="../_images/github_logo_32px.png" /><aclass="reference external" href="https://github.com/adapt-python/notebooks/blob/d0364973c642ea4880756cef4e9f2ee8bb5e8495/Regression.ipynb">View on GitHub</a></p>
481
+
<divclass="btn btn-notebook" role="button"><p><imgalt="67ee9f06163c4803af3baf522a13f11c" src="../_images/colab_logo_32px.png" /><aclass="reference external" href="https://colab.research.google.com/drive/1adhqoV6b0uEavLDmMfkiwtRjam0DrXux?usp=sharing">Run in Google Colab</a></p>
482
+
</div><divclass="btn btn-notebook" role="button"><p><imgalt="2062a87673f04f2ba0e0e4f78a94694f" src="../_images/github_logo_32px.png" /><aclass="reference external" href="https://github.com/adapt-python/notebooks/blob/d0364973c642ea4880756cef4e9f2ee8bb5e8495/Regression.ipynb">View on GitHub</a></p>
482
483
</div><p>You will find here the application of DA methods from the ADAPT package on a simple one dimensional DA regression problem.</p>
483
484
<p>First we import packages needed in the following. We will use <codeclass="docutils literal notranslate"><spanclass="pre">matplotlib</span><spanclass="pre">Animation</span></code> tools in order to get a visual understanding of the selected methods:</p>
<h1>Rotation<aclass="headerlink" href="#Rotation" title="Permalink to this headline"></a></h1>
480
-
<divclass="btn btn-notebook" role="button"><p><imgalt="3f548eeb62484142857cf0d514cc73f7" src="../_images/colab_logo_32px.png" /><aclass="reference external" href="https://colab.research.google.com/drive/1XePW12UF80PKzvLu9cyRJKWQoZIxk_J2?usp=sharing">Run in Google Colab</a></p>
481
-
</div><divclass="btn btn-notebook" role="button"><p><imgalt="51599fe3c6584045a915b0fe378ac67b" src="../_images/github_logo_32px.png" /><aclass="reference external" href="https://github.com/adapt-python/notebooks/blob/d0364973c642ea4880756cef4e9f2ee8bb5e8495/Rotation.ipynb">View on GitHub</a></p>
481
+
<divclass="btn btn-notebook" role="button"><p><imgalt="cf8e6b5ca909497caf99c1844f5b6462" src="../_images/colab_logo_32px.png" /><aclass="reference external" href="https://colab.research.google.com/drive/1XePW12UF80PKzvLu9cyRJKWQoZIxk_J2?usp=sharing">Run in Google Colab</a></p>
482
+
</div><divclass="btn btn-notebook" role="button"><p><imgalt="e0fff568b24a40b8833e086904618346" src="../_images/github_logo_32px.png" /><aclass="reference external" href="https://github.com/adapt-python/notebooks/blob/d0364973c642ea4880756cef4e9f2ee8bb5e8495/Rotation.ipynb">View on GitHub</a></p>
0 commit comments