Skip to content

parsing-science/gwc_presentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UIC Girls Who Code presentation 7/21/16

This repo contains jupyter notebooks with a linear regression example and a random forest example..

Follow the steps below to get set up.

Step 1: Clone this repo or download the zip file using the buttons above

Step 2: Go into the directory of this repo in your terminal

$ cd gwc_presentation

Step 3: Create a virtual environment

$ virtualenv venv

Step 4: Activate your virtual environment

$ source venv/bin/activate

(To deactivate, type deactivate)

Step 5: Install requirements

$ pip install -r requirements.txt

Step 6: Start your local Jupyter server

$ jupyter notebook

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published