# Creating Testing Set of Queries | |
testing_queries=queries.iloc[1000:] | |
print('Shape=>',testing_queries.shape) | |
testing_queries.head() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment