Created
September 9, 2019 12:50
-
-
Save purva91/cf6a0a130dfe24e075801b93cbe0f55a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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