Guest User

Untitled

a guest
Jan 22nd, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. # evaluate the model by splitting into train and test sets
  2. y = np.ravel(y)
  3. X_train, X_test, y_train, y_test = train_test_split(Xn, y, test_size=0.3, random_state=1)
Add Comment
Please, Sign In to add comment