cs109/2015lab4

Name: 2015lab4

Owner: Harvard CS 109: Data Science

Description: Lab for Linear and Logistic Regression, SciKit Learn

Created: 2015-09-24 16:59:55.0

Updated: 2017-12-19 06:09:07.0

Pushed: 2015-09-28 14:38:46.0

Homepage:

Size: 408

Language: null

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

2015lab4

Fork this lab!

When you follow along, you can add in your own notes, and try your own variations. As you are doing this, dont forget to continue doing the “add/commit/push” cycle, so that you save and version your changes, and push them to your fork. This typically looks like:

- git add .
- git commit -a
- git push

In case we make changes, you can incorporate them into your repo by doing: git fetch course; git checkout course/master -- labname_original.ipynb where labname.ipynb is the lab in question. An “add/commit/push” cycle will make sure these changes go into your fork as well. If you intend to work on the changed file, simply copy the file to another one and work on it. Or you could make a new branch. Remember that this fork is YOUR repository, and you can do to it what you like.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.