Classification Metrics

 Classification Metrics

- accuracy

-precision

- recall

- f1 score

- TPR/sensitivity/recall

- FPR

How confident model is in clearly separating the positive and negative

- ROC - least affected by change in threshold 

- AUC - x=y  line - area under curve 

Comments

Popular posts from this blog

Read and Navigate XML - Beautiful Soup

difference-between-stream-processing-and-message-processing

WordNet in Python