Guest User

Untitled

a guest
Jun 23rd, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. sc_f = sc27.tocsr()
  2. X, y = sc_f
  3. X_train,X_test, y_train, y_test = train_test_split(sc_f, y, stratify=y, test_size=0.3)
Add Comment
Please, Sign In to add comment