Machine Learning Beginner
prediction
A model's output.
Plain English Explanation
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.
How is it used?
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.