Skip to content

Instantly share code, notes, and snippets.

@Praveenk8051
Created May 6, 2020 10:48
Show Gist options
  • Save Praveenk8051/6c053c7cd0733260504d891c2b1122db to your computer and use it in GitHub Desktop.
Save Praveenk8051/6c053c7cd0733260504d891c2b1122db to your computer and use it in GitHub Desktop.
Handle Missing Data Mnist
X_train.isnull().any().describe()
test.isnull().any().describe()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment