Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created August 19, 2020 11:03
Embed
What would you like to do?
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