Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created August 19, 2020 11:03
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 amankharwal/69da6a0e0ae2c89f97f88490a4421b70 to your computer and use it in GitHub Desktop.
Save amankharwal/69da6a0e0ae2c89f97f88490a4421b70 to your computer and use it in GitHub Desktop.
from sklearn.model_selection import train_test_split
X_train, X_test, y_train, y_test = train_test_split(train_upsampled['tweet'],
train_upsampled['label'],random_state = 0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment