Linear Regression Workshop for CAIS++ (Sep. 24, 2018)
Corresponding written lesson: Linear Regression
- Clone this repository onto your local machine.
- Create a new repository on your github account in your browser, call it linear_regression_workshop or something similar.
- In root directory of the repo, type into the command line (or Git Bash on Windows):
git remote rm origin
- Then type:
git remote add origin
followed by the the URL of the repo you created (it should look something like:https://github.com/user/repo.git
- Activate your anaconda environment by typing
activate caispp
on windows orsource activate caispp
on mac. - Open jupyter notebook in your browser with
jupyter notebook
- Complete the workshop
If you have errors in the jupyter notebook regarding dependencies, you might have to install them using conda or pip. Please refer here for more help: https://conda.io/docs/user-guide/tasks/manage-pkgs.html
- To get credit for completing the workshop, create an issue in your repository and tag 'bhahn16' so that I can check you off. (https://help.github.com/articles/creating-an-issue/)