Label - AshokBhat/ml GitHub Wiki
Description
- 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
Examples
Dataset | Feature | Label |
---|---|---|
Housing | #Bedrooms, #Bathrooms, Age of the house | House price |
Spam detection | Subject line, sender, message | Spam or not |
FAQ
- 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