Created
August 11, 2019 23:19
-
-
Save techwithshadab/0c6758c02cc6fff26395f0d110fb0f67 to your computer and use it in GitHub Desktop.
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
# Separating male labels | |
male_data = labels[labels['Gender'] == 0] | |
male_data.head() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment