Skip to content

Instantly share code, notes, and snippets.

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