Classification threshold: Difference between revisions

m
Text replacement - "classes" to "classes"
No edit summary
m (Text replacement - "classes" to "classes")
Line 1: Line 1:
{{see also|Machine learning terms}}
{{see also|Machine learning terms}}
==Introduction==
==Introduction==
In [[machine learning]], [[classification]] is a task where the goal is to assign an [[input]] [[data point]] to one of several predefined categories or [[classes]]. One critical decision that must be made while performing classification is setting the [[classification threshold]]; this determines when the [[algorithm]] assigns a data point to one [[class]] or another.
In [[machine learning]], [[classification]] is a task where the goal is to assign an [[input]] [[data point]] to one of several predefined categories or [[class]]es. One critical decision that must be made while performing classification is setting the [[classification threshold]]; this determines when the [[algorithm]] assigns a data point to one [[class]] or another.


==Classification Threshold in Binary Classification==
==Classification Threshold in Binary Classification==