Skip to content

Instantly share code, notes, and snippets.

@siddharthganjoo
Created August 23, 2021 07:14
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 siddharthganjoo/e9d62aa2ee57314b97d582da066ec672 to your computer and use it in GitHub Desktop.
Save siddharthganjoo/e9d62aa2ee57314b97d582da066ec672 to your computer and use it in GitHub Desktop.
#dropping target column
x = df.drop(['target'], axis = 1)
y = df.target.values
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment