Advertisement
Guest User

Untitled

a guest
Aug 18th, 2019
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. predictions = logmodel.predict(X_test)
  2. print(classification_report(y_test, predictions))
  3. confusion_matrix(y_test, predictions)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement