Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 1.04 KB

README.md

File metadata and controls

17 lines (10 loc) · 1.04 KB

CompClub-sklearn

Intro to sklearn for Comp Club

To install the AllenSDK, see this gist or see the instructions on Allen's website: http://alleninstitute.github.io/AllenSDK/install.html. The AllenSDK only works for python2.7 at the moment.

First, make sure you have anaconda or miniconda installed. I'd recommend miniconda since it's quicker to install.

Second, clone the repo, then install all the requirements in a new conda env by typing conda env create -f environment.yml.

Then, run source activate allen to activate the environment and jupyter notebook to run these notebooks.

Or, click the binder link to run the notebooks remotely! Binder

If you'd prefer to use a virtuenv you can also install the dependencies using pip install -r requirements.txt.

If you have any questions or suggestions, feel free to post an issue or pull request.