Skip to content

Instantly share code, notes, and snippets.

@siddharthganjoo
Created August 30, 2021 09:54
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/52dde86110d1d7368cdee3b531b679cb to your computer and use it in GitHub Desktop.
Save siddharthganjoo/52dde86110d1d7368cdee3b531b679cb to your computer and use it in GitHub Desktop.
y= df['result']
X= df.drop('result', axis=1)
X= X.values.reshape(-1,28,28,1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment