AIExplainer

prediction

A model's output.

A model's output. For example: - The prediction of a binary classification model is either the positive class or the negative class. - The prediction of a multi-class classification model is one class. - The prediction of a linear regression model is a number.

Practitioners refer to prediction when building, training, or evaluating machine learning systems. It appears in research papers, product documentation, and technical discussions about AI capabilities and limitations.