Skip to content

Instantly share code, notes, and snippets.

@nadvornix
Created January 22, 2016 14:44
Show Gist options
  • Select an option

  • Save nadvornix/6674b1c3fc31027365a1 to your computer and use it in GitHub Desktop.

Select an option

Save nadvornix/6674b1c3fc31027365a1 to your computer and use it in GitHub Desktop.
Classification report for classifier LogisticRegression(C=1.0, class_weight=None, dual=False, fit_intercept=True,
intercept_scaling=1, penalty='l2', random_state=None, tol=0.0001):
precision recall f1-score support
0 0.88 0.98 0.93 5550
1 0.31 0.07 0.11 786
avg / total 0.81 0.87 0.83 6336
Confusion matrix:
[[5428 122]
[ 732 54]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment