Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save techwithshadab/9b820306f7a9605a664033c761021a22 to your computer and use it in GitHub Desktop.
Save techwithshadab/9b820306f7a9605a664033c761021a22 to your computer and use it in GitHub Desktop.
# Splitting male data into train and test
test_male_data = male_data.iloc[-3:,:]
train_male_data = male_data.iloc[:-3,:]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment