Skip to content

Instantly share code, notes, and snippets.

@abhishek-shrm
Created August 3, 2020 14:58
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/f8fc81097e29a7e8769bf9fb7ea036cf to your computer and use it in GitHub Desktop.
Save abhishek-shrm/f8fc81097e29a7e8769bf9fb7ea036cf to your computer and use it in GitHub Desktop.
queries=queries_train.sample(n=2000,random_state=42).reset_index(drop=True)
print('Shape=>',queries.shape)
queries.head()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment