Created
May 6, 2020 10:48
-
-
Save Praveenk8051/6c053c7cd0733260504d891c2b1122db to your computer and use it in GitHub Desktop.
Handle Missing Data Mnist
This file contains hidden or 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
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