Created
June 25, 2019 05:01
-
-
Save wtberry/37f6bafc9e172d56be8542dacffa1771 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
from sklearn.model_selection import train_test_split | |
x_train, x_test, y_train, y_test = train_test_split(word_mat, y, test_size=0.3) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment