Material for ** link
See analyses to follow all the steps to reproduce the analyses
The easiest way to run all the notebooks of this repository with all dependencies handled correctly is using Docker.
You can enable jupyter lab with docker-compose
docker-compose up -d
or you can pull the docker image
docker run -v $PWD:/home/jovyan/work -p 8888:8888 --rm -it --name topic_models docker.pkg.github.com/fvalle1/topics/topicmodel:latest
then point your browser to localhost
The data processed in our analysis when not available trough git ca ìn be accessed via DataVersionControl
dvc pull
A Python package with used functions can be downloaded from https://test.pypi.org/project/topicpy/
pip install -i https://test.pypi.org/simple/ topicpy
This package is still in beta