target: | https://codecov.io/gh/TnTo/adso |
---|
A topic modelling library built on top of many great libraries.
This is a work in progress, undocumented and really experimental
To install clone the repo, install dependencies with conda (environment.yml
) then:
pip install .
adso need to write some files to disk.
As default adso uses the ~/.adso
folder, but it can be change setting the enviromental variable ADSODIR
or with the function set_adso_dir()
from the code (or the REPL).
Some examples on how to use adso are also available in tests
folders.