Subnode by user @KGBicheno in node [[classification_threshold]]
Agora locations contain community contributions whose titles or topics match your search. x
๐Ÿ““ Artificial Intelligence/Introduction to AI/Week 3 - Introduction/Definitions/Classification_Threshold.md by @KGBicheno โ˜†

classification threshold

Go back to the [[AI Glossary]]

A scalar-value criterion that is applied to a model’s predicted score in order to separate the positive class from the negative class. Used when mapping logistic regression results to binary classification. For example, consider a logistic regression model that determines the probability of a given email message being spam. If the classification threshold is 0.9, then logistic regression values above 0.9 are classified as spam and those below 0.9 are classified as not spam.

Loading pushes...