Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

06_Week_4_Exercise #82

Open
wants to merge 24 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
eca2918
Run jupyter notebook on local environment until exercise
patextreme Sep 24, 2017
51e91d7
Fix incorrect fit parameters
patextreme Sep 24, 2017
5db3c5c
Complete polynomial regression exercise
patextreme Sep 24, 2017
2a9fd77
Complete Ridge Lasso exercise
patextreme Sep 24, 2017
2278a4a
Prepend notebook filename with ID number
patextreme Sep 24, 2017
afba0a9
Complete seaborn part of LinReg exercise
patextreme Sep 24, 2017
55354a0
Save until plot test-predicted data
patextreme Sep 25, 2017
fc88100
Add requirements.txt
patextreme Sep 25, 2017
7f4fbcc
Complete Linear Regression - Project Exercise
patextreme Sep 25, 2017
b6391db
Rename exercise, Remove empty notebook cells
patextreme Sep 25, 2017
753ed88
Save matplotlib exercise 1
patextreme Sep 25, 2017
9f46b64
Save matplotlib exercise 2
patextreme Sep 25, 2017
b321d89
Complete Matplotlib homework
patextreme Sep 26, 2017
e969ce2
Prepend Matplotlib exercise with ID number
patextreme Sep 26, 2017
030c44f
Fix Matplotlib dash style
patextreme Sep 26, 2017
ed53b46
Complete pandas exercise
patextreme Sep 26, 2017
5186437
Prepend pandas exercise filename with ID number
patextreme Sep 26, 2017
ff97b87
Complete seaborn exercise
patextreme Sep 28, 2017
75457f1
Merge branch 'master' into week_3
patextreme Oct 1, 2017
d178084
Complete model selection exercise
patextreme Oct 1, 2017
3d1c654
Fix final model
patextreme Oct 5, 2017
f3a7614
week4 codes
kwarodom Oct 8, 2017
a35d9eb
Save week_4 in-class exercise
patextreme Oct 8, 2017
57c80b7
Initial commit Django app
patextreme Oct 8, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,7 @@ ENV/
.idea*

# data folders
_*/
_*/

# django sqlite
db.sqlite3
207 changes: 118 additions & 89 deletions ...points/linear_regression-checkpoint.ipynb → ...nts/06_linear_regression-checkpoint.ipynb
100755 → 100644

Large diffs are not rendered by default.

207 changes: 118 additions & 89 deletions .../LinearRegression/linear_regression.ipynb → ...nearRegression/06_linear_regression.ipynb
100755 → 100644

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

This file was deleted.

Large diffs are not rendered by default.

This file was deleted.

Large diffs are not rendered by default.

This file was deleted.

Large diffs are not rendered by default.

This file was deleted.

Loading