Skip to content

yandexdataschool/lilbert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lilbert

The main code of the project is in lilbert directory. The zoo folder is for collecting intermediate experiments and results.

For reproducibility reasons, we all shall use a virtual environment with the same setup: same version of python and all of the packages. The latest stable version of python is Python 3.7.2, so make sure you download this version from python.org: https://www.python.org/downloads/release/python-372/

After this, for setting up a virtual environment and activating it, run in your shell:

virtualenv --python=<path/to/python3.7.2> lilbert_env
source lilbert_env/bin/activate

After activating the environment, install all the packages using

pip install -r requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published