In supervised learning, what is the difference between features and labels?

Data Science with Python Easy

Data Science with Python — Easy

In supervised learning, what is the difference between features and labels?

Key points

  • Features are the input variables for prediction
  • Labels are the target output values
  • Features help the model make predictions
  • Labels are what the model aims to predict
  • Understanding this difference is essential for building effective models

Ready to go further?

Related questions