Skip to content

Instantly share code, notes, and snippets.

@purva91
Created September 9, 2019 12:50
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 purva91/cf6a0a130dfe24e075801b93cbe0f55a to your computer and use it in GitHub Desktop.
Save purva91/cf6a0a130dfe24e075801b93cbe0f55a to your computer and use it in GitHub Desktop.
y = data_df["Outcome"].values
x = data_df.drop(["Outcome"],axis=1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment