Back to glossaryExternal reference
AI GLOSSARY
Decision Boundary
AI & Machine Learning
The threshold or dividing line a classification model uses to separate different categories in its input space. For a model classifying emails as spam or not, the decision boundary is the point at which the model tips from one prediction to the other. The shape and position of the boundary determine how the model behaves across the full range of possible inputs.
See also: classification, confusion matrix, overfitting.