label - AshokBhat/ml GitHub Wiki
- The "answer" portion of an example in the case of supervised learning
- Each example in a labeled dataset consists of one or more features and a label
Dataset | Feature | Label |
---|---|---|
Housing | #Bedrooms, #Bathrooms, Age of the house | House price |
Spam detection | Subject line, sender, message | Spam or not |
-
What is a label?
- In supervised learning, it is the answer/result portion of an example.
-
Example labels?
- House price in the case of housing dataset
- Spam/Not-Spam in the case of spam detection dataset