Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save techwithshadab/4aa93e605d30f878f83aa62272468344 to your computer and use it in GitHub Desktop.
Save techwithshadab/4aa93e605d30f878f83aa62272468344 to your computer and use it in GitHub Desktop.
# total test data
test_indices = test_female_data.index.tolist() + test_male_data.index.tolist()
test_data = labels.iloc[test_indices,:]
test_data.head()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment