Skip to content

Instantly share code, notes, and snippets.

@curiousily
Created April 2, 2019 20:15
Show Gist options
  • Save curiousily/6c8a1470afceb8455a1ceea98f04ee2d to your computer and use it in GitHub Desktop.
Save curiousily/6c8a1470afceb8455a1ceea98f04ee2d to your computer and use it in GitHub Desktop.
X = df_train[['OverallQual', 'GrLivArea', 'GarageCars']]
y = df_train['SalePrice']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment