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