Skip to content

Instantly share code, notes, and snippets.

@JeremiahKamama
Created July 9, 2021 06:55
Show Gist options
  • Save JeremiahKamama/b12f346e7f8f7bd21f2d2e30ecc39bcb to your computer and use it in GitHub Desktop.
Save JeremiahKamama/b12f346e7f8f7bd21f2d2e30ecc39bcb to your computer and use it in GitHub Desktop.
X = imdb['review']
y = imdb['sentiment']
X_train,X_test, y_train,y_test = train_test_split(X,y, test_size=0.2, random_state=42)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment