Question: You are working on a spam classification system using regularized logistic regression. Spam is a positive class (y = 1)and not spam is the negative

 You are working on a spam classification system using regularized logistic

You are working on a spam classification system using regularized logistic regression. "Spam" is a positive class (y = 1)and "not spam" is the negative class (y = O). You have trained your classifier and there are m= 1000 examples in the cross-validation set. The chart of predicted class vs. actual class is: Actual class: 1 Actual class: 0 Predicted class: 1 85 890 Predicted class: 0 15 10 For reference: Accuracy = (true positives + true negatives)/(total examples) Precision = (true positives)/(true positives + false positives) Recall = (true positives)/(true positives + false negatives) F1 score = (2 * precision * recall) / (precision + recall) What is the classifier's F1 score (as a value from 0 to 1) Write all steps

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!