Guest User

Untitled

a guest
Apr 15th, 2018
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.13 KB | None | 0 0
  1. for i in modelSVM3Raw.predict(X_new):
  2.     i=int(i)
  3.     if i == y[i]:
  4.        cnt2 = cnt2+1
  5. print("Stratified K Fold score on X_New")
Add Comment
Please, Sign In to add comment