Re: [Scikit-learn-general] classification metrics understanding

2015-11-28 Thread Joel Nothman
If you are treating your Logistic Regression output as binary (i.e. not using predict_proba or decision_function), could you please provide the confusion matrix? On 26 November 2015 at 05:06, Herbert Schulz wrote: > Hi, i think i have some "missunderstanding" due to the

[Scikit-learn-general] classification metrics understanding

2015-11-25 Thread Herbert Schulz
Hi, i think i have some "missunderstanding" due to the classification metric in scikit-learn i have a 2 class problem it is 1.0 or 2.0 precisionrecall f1-score support 1.0 0.86 0.76 0.81 254 2.0 0.49 0.65 0.56