Skip to content

Instantly share code, notes, and snippets.

@securetorobert
Created June 14, 2020 11:28
Show Gist options
  • Save securetorobert/0538836746724f37ae90201f1c16b1c5 to your computer and use it in GitHub Desktop.
Save securetorobert/0538836746724f37ae90201f1c16b1c5 to your computer and use it in GitHub Desktop.
Select new features for boston LR
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