Created
August 26, 2020 11:00
-
-
Save FeryET/1621a1ca4aff41f01adb108923e89248 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
docs_train, docs_test, y_train, y_test = train_test_split(docs, y, test_size=0.1, shuffle=True) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment