Skip to content

Instantly share code, notes, and snippets.

@abhishek-shrm
Created August 3, 2020 15:34
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/2a520f2f92cba4196ad4f257a6807c33 to your computer and use it in GitHub Desktop.
Save abhishek-shrm/2a520f2f92cba4196ad4f257a6807c33 to your computer and use it in GitHub Desktop.
# Reducing train_top100 for training
training_ranked100=train_top100[train_top100['qid'].isin(training_queries['qid'].unique())].reset_index(drop=True)
print('Shape=>',training_ranked100.shape)
training_ranked100.head()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment