Created
March 18, 2020 09:30
-
-
Save frenzy2106/2e7fc990577c83773a6f55b4aa9e0a9c to your computer and use it in GitHub Desktop.
This file contains 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
# Creating Validation Set | |
X_train,X_test,y_train,y_test = train_test_split(corpus_pad,y,test_size=0.2,random_state=101) | |
X_train.shape, X_test.shape |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment