Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save techwithshadab/f74f5c934a9969e935ef585e90921fab to your computer and use it in GitHub Desktop.
Save techwithshadab/f74f5c934a9969e935ef585e90921fab to your computer and use it in GitHub Desktop.
# total train data
train_data = pd.concat([labels, test_data, test_data]).drop_duplicates(keep=False)
train_data.head()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment