Labeled example
- 2024-10-21
An example that contains one or more features and a label. For example, the following table shows three labeled examples from a house valuation model, each with three features and one label:
| Number of bedrooms | Number of bathrooms | House age | House price (label) |
|---|---|---|---|
| 3 | 2 | 15 | $345,000 |
| 2 | 1 | 72 | $179,000 |
| 4 | 2 | 34 | $392,000 |
In supervised machine learning, models train on labeled examples and make predictions on unlabeled examples