Skip to content

Instantly share code, notes, and snippets.

@abhishek-shrm
Created August 3, 2020 15:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abhishek-shrm/7c24ead0195e6c8dc505d7c761c113a2 to your computer and use it in GitHub Desktop.
Save abhishek-shrm/7c24ead0195e6c8dc505d7c761c113a2 to your computer and use it in GitHub Desktop.
# Reducing train_top100 for testing
testing_ranked100=train_top100[train_top100['qid'].isin(testing_queries['qid'].unique())].reset_index(drop=True)
print('Shape=>',testing_ranked100.shape)
testing_ranked100.head()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment