Created
April 23, 2020 19:39
-
-
Save curiousily/16519785ef232120af53683399c15d4e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
df_train = df[df['user_id'] <= 30] | |
df_test = df[df['user_id'] > 30] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment