Loading...

Label

The known answer for each training example, what a supervised model is trying to predict.

When to use: Required for every supervised problem; without labels, only unsupervised methods apply.

Example: Sentiment classifier labels are {positive, neutral, negative} per review. For a house price model, the label is the actual sale price.

More ML Algorithms Glossary terms