Skip to content

Instantly share code, notes, and snippets.

@jeetaf
Created July 13, 2021 17:09
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 jeetaf/2cb045dd700290d9a6f2bb06ee926f9f to your computer and use it in GitHub Desktop.
Save jeetaf/2cb045dd700290d9a6f2bb06ee926f9f to your computer and use it in GitHub Desktop.
X=df.drop('Type',axis=1)
X=normalize(X)
y=df['Type']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment