Skip to content

Commit

Permalink
multivariate regression tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
dhavalsays committed Jul 4, 2018
1 parent 5780efd commit c386de2
Show file tree
Hide file tree
Showing 8 changed files with 1,073 additions and 0 deletions.
474 changes: 474 additions & 0 deletions ML/2_linear_reg_multivariate/2_linear_regression_multivariate.ipynb

Large diffs are not rendered by default.

584 changes: 584 additions & 0 deletions ML/2_linear_reg_multivariate/Exercise/exercise_answer.ipynb

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions ML/2_linear_reg_multivariate/Exercise/hiring.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
experience,test_score(out of 10),interview_score(out of 10),salary($)
,8,9,50000
,8,6,45000
five,6,7,60000
two,10,10,65000
seven,9,6,70000
three,7,10,62000
ten,,7,72000
eleven,7,8,80000
Binary file added ML/2_linear_reg_multivariate/equation.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ML/2_linear_reg_multivariate/general_equation.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ML/2_linear_reg_multivariate/home_equation.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions ML/2_linear_reg_multivariate/homeprices.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
area,bedrooms,age,price
2600,3,20,550000
3000,4,15,565000
3200,,18,610000
3600,3,30,595000
4000,5,8,760000
Binary file added ML/2_linear_reg_multivariate/homeprices.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c386de2

Please sign in to comment.