Skip to content

Commit 7adb1ba

Browse files
authored
Add files via upload
1 parent c1551c8 commit 7adb1ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Linear-Regression-Using-Sklearn-in-Python.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2710,7 +2710,7 @@
27102710
"source": [
27112711
"Interestingly enough, we are presented with an average cross-validated R^2 score of 0.9280 which is our best score yet for our linear regression.\n",
27122712
"\n",
2713-
"Perhaps this goes back to the more information the better, perhaps if we had more continous variables in our dataset to run linear regression on, we would achieve a higher score.\n",
2713+
"Perhaps this goes back to the more information the better, perhaps if we had more continous variables in our dataset to run linear regression on, we would achieve a higher score. Granted, I think these results are satisfactory, and perhaps a stronger model could be argued to be overfit.\n",
27142714
"\n",
27152715
"The difference between using our strongest three variables and all of them is not that much, approximately .01 of a difference. This probably alludes to our future lesson of feature selection, showing how only our top three variables were needed for a decent regression."
27162716
]

0 commit comments

Comments
 (0)