Skip to content
Klay

Features and labels

After this lesson you can: Turn a real problem into a table a model can learn from.

Watch

Notes

A machine-learning model learns from examples arranged like a table. Each row is one example: one customer, one support ticket, one transaction, one image, or one request. The features are the input columns you give the model, such as account_age_days, number_of_failed_logins, country, or message_length. The label is the answer column you want it to learn to predict, such as churned, fraud, delivery_time_minutes, or priority_level.

Unlock the full lesson notes, the exercises and the graded checkpoint - ₹5,000 once.