Skip to content

Instantly share code, notes, and snippets.

@vivekpadia70
Created December 25, 2019 06:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vivekpadia70/822d0f498d6583e63226f542f1b392e8 to your computer and use it in GitHub Desktop.
Save vivekpadia70/822d0f498d6583e63226f542f1b392e8 to your computer and use it in GitHub Desktop.
X = df.drop("Price", 1)
Y = df["Price"]
X_train, X_test, Y_train, Y_test = train_test_split(X, Y, test_size=0.20)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment