Guest User

Untitled

a guest
May 25th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. X_test, y_test = get_minibatch(doc_stream, size=5000)
  2. X_test = vect.transform(X_test)
  3. print('Accuracy: %.3f' % clf.score(X_test, y_test))
Add Comment
Please, Sign In to add comment