libTLDA
Library of transfer learners and domain-adaptive classifiers.
File Explorer
Download Latest Version (.zip)- example.py
- flda.doctree
- iw.doctree
- rba.doctree
- scl.doctree
- suba.doctree
- tca.doctree
- tcpr.doctree
- classifiers.doctree
- contact.doctree
- environment.pickle
- examples.doctree
- index.doctree
- installation.doctree
- flda.rst.txt
- iw.rst.txt
- rba.rst.txt
- scl.rst.txt
- suba.rst.txt
- tca.rst.txt
- tcpr.rst.txt
- classifiers.rst.txt
- contact.rst.txt
- examples.rst.txt
- index.rst.txt
- installation.rst.txt
- badge_only.css
- theme.css
- lato-bold.eot
- lato-bold.ttf
- lato-bold.woff
- lato-bold.woff2
- lato-bolditalic.eot
- lato-bolditalic.ttf
- lato-bolditalic.woff
- lato-bolditalic.woff2
- lato-italic.eot
- lato-italic.ttf
- lato-italic.woff
- lato-italic.woff2
- lato-regular.eot
- lato-regular.ttf
- lato-regular.woff
- lato-regular.woff2
- roboto-slab-v7-bold.eot
- roboto-slab-v7-bold.ttf
- roboto-slab-v7-bold.woff
- roboto-slab-v7-bold.woff2
- roboto-slab-v7-regular.eot
- roboto-slab-v7-regular.ttf
- roboto-slab-v7-regular.woff
- roboto-slab-v7-regular.woff2
- fontawesome-webfont.eot
- fontawesome-webfont.svg
- fontawesome-webfont.ttf
- fontawesome-webfont.woff
- fontawesome-webfont.woff2
- modernizr.min.js
- theme.js
- ajax-loader.gif
- basic.css
- comment-bright.png
- comment-close.png
- comment.png
- doctools.js
- down-pressed.png
- down.png
- file.png
- jquery-3.1.0.js
- jquery.js
- minus.png
- plus.png
- pygments.css
- searchtools.js
- underscore-1.3.1.js
- underscore.js
- up-pressed.png
- up.png
- websupport.js
- flda.html
- iw.html
- rba.html
- scl.html
- suba.html
- tca.html
- tcpr.html
- .buildinfo
- .nojekyll
- classifiers.html
- contact.html
- examples.html
- genindex.html
- index.html
- installation.html
- objects.inv
- py-modindex.html
- search.html
- searchindex.js
- flda.rst
- iw.rst
- rba.rst
- scl.rst
- suba.rst
- tca.rst
- tcpr.rst
- classifiers.rst
- conf.py
- contact.rst
- examples.rst
- index.rst
- installation.rst
- Makefile
- test_flda.py
- test_iw.py
- test_rba.py
- test_scl.py
- test_suba.py
- test_tca.py
- test_tcpr.py
- test_util.py
- test_viz.py
- __init__.py
- _version.py
- flda.py
- iw.py
- rba.py
- scl.py
- suba.py
- tca.py
- tcpr.py
- util.py
- viz.py
- da_scatter.m
- iwe_kd.m
- iwe_kmm.m
- iwe_lr.m
- iwe_nn.m
- iwe_rg.m
- kknn.m
- mlr.m
- mls.m
- plotl.m
- preprocess.m
- example.m
- flda.m
- gfk.m
- install.m
- iw.m
- rba.m
- scl.m
- suba.m
- tca.m
- .gitignore
- .travis.yml
- environment.yml
- LICENSE.txt
- README.md
- requirements.txt
- setup.py
# Installation Guide
1. Get the code
git clone https://github.com/wmkouw/libTLDA
Downloads the entire project code from GitHub to your computer.
cd libTLDA
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install libtlda
Installs the package published on PyPI directly β no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install libtlda
Installs the package published on PyPI directly β no need to clone the source.
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
