Created
June 14, 2020 11:28
-
-
Save securetorobert/0538836746724f37ae90201f1c16b1c5 to your computer and use it in GitHub Desktop.
Select new features for boston LR
This file contains hidden or 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
predictors = train_df[['zn','rm', 'black', 'crim', 'indus', 'nox', 'rad', 'tax', 'ptratio']] | |
target = train_df['medv'] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment