scikit-adaptation / skada

Domain adaptation toolbox compatible with scikit-learn and pytorch
https://scikit-adaptation.github.io/
BSD 3-Clause "New" or "Revised" License
54 stars 16 forks source link

Proper examples for deep methods #122

Open tgnassou opened 4 months ago

tgnassou commented 4 months ago

We need to provide way better example of the deep methods. For each methods we should provide a training example (which is already done) and then an explanation of what is happening:

We should also explain how to train the methods with skorch or torch. That is already what I started to do in plot_training_method.py.