forked from codebasics/py
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5780efd
commit c386de2
Showing
8 changed files
with
1,073 additions
and
0 deletions.
There are no files selected for viewing
474 changes: 474 additions & 0 deletions
474
ML/2_linear_reg_multivariate/2_linear_regression_multivariate.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
584 changes: 584 additions & 0 deletions
584
ML/2_linear_reg_multivariate/Exercise/exercise_answer.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.