← Back to AI Glossary

AI Glossary

Features

Features are the individual pieces of information within a dataset that help an AI model learn patterns and make predictions.

Overview

Features are the individual pieces of information used by a machine learning model to make predictions.

You can think of features as characteristics that describe something.

For example, when predicting house prices, features might include square footage, location, age of the property, and number of bedrooms.

The model analyzes these features to identify patterns and relationships.

Why It Matters

Features help AI systems understand data.

The quality and relevance of features can significantly affect model performance.

Good features often lead to better predictions.

Real-World Example

A bank assessing loan applications might use features such as income, credit score, employment history, and debt level.

These features help estimate financial risk.

Related Concepts

  • Dataset
  • Labels
  • Machine Learning
  • Regression
  • Classification