Skip to content

Instantly share code, notes, and snippets.

@abhishek-shrm
Last active August 5, 2020 06:41
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/ff3c2c117f4e163b1d78bcd9f0859228 to your computer and use it in GitHub Desktop.
Save abhishek-shrm/ff3c2c117f4e163b1d78bcd9f0859228 to your computer and use it in GitHub Desktop.
# Creating Training Set of Queries
training_queries=queries.iloc[:1000]
print('Shape=>',training_queries.shape)
training_queries.head()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment