transfertools icon indicating copy to clipboard operation
transfertools copied to clipboard

Python toolbox for transfer learning.

Results 3 transfertools issues
Sort by recently updated
recently updated
newest added

replace np.hstack/np.vstack with `np.block` to make the code more readable.

@Vincent-Vercruyssen Thanks for the great research and this package. I have a question on the transfer learning source, targets and transfer learning when using LocIT. **My scenario #1** is that...

from transfertools.models import TCA --------------------------------------------------------------------------- ImportError Traceback (most recent call last) ~\AppData\Local\Temp\ipykernel_24856\154513508.py in ----> 1 from transfertools.models import SSTCA ImportError: cannot import name 'SSTCA' from 'transfertools.models' (C:\ProgramData\Anaconda3\envs\tf\lib\site-packages\transfertools\models\__init__.py)