Copyright (c) 2026 MindMesh Academy. All rights reserved. This content is proprietary and may not be reproduced or distributed without permission.

2.2.1. Features and Labels

The Most Fundamental ML Concept:
TermDefinitionRoleExample
FeatureInput variable used for predictionIndependent variable (X)Age, weight, income, square footage
LabelValue being predictedDependent variable (Y)Price, category, probability
Visual: Features and Labels
Loading diagram...

Example Analysis: "Predict e-scooter battery usage based on weather temperature and whether it's a weekday"

  • Features: Weather temperature, weekday/weekend (these are INPUTS)
  • Labels: Battery levels, distance traveled, number of hires (these are PREDICTIONS)

⚠️ Common Exam Trap: Questions often list several items and ask which are features vs. labels. Features are what you KNOW; labels are what you're trying to PREDICT.