Ouvrir le menu de navigation
AIDive
FR
Se connecter
Retour au glossaire

AI Feature Store

AI Infrastructure

A system for storing, reusing and managing data features that are used in machine learning.

Définition

A feature store helps teams avoid recalculating the same features over and over again and getting different versions of data for training and production. A feature is a prepared characteristic of an object: for example, the average customer bill, the number of visits per week, or the user’s last actions.

Exemple

The recommender system uses user characteristics: browsing history, purchases, last visit, and interests.

Pourquoi c'est important

The term is important for AI infrastructure: the quality of the model often depends not only on the algorithm, but also on the stable preparation of the data.

Fonctionnement

The feature store collects data from different sources, calculates features, versions them and gives the same values ​​for model training and real predictions.

Où c'est utilisé

  • recommender systems
  • scoring models
  • MLOps and machine learning production

Limites

The system requires data discipline. If the features are poorly defined, outdated, or delayed, the model will make errors.

FAQ

Why is “AI Feature Store” useful to know?

The term is important for AI infrastructure: the quality of the model often depends not only on the algorithm, but also on the stable preparation of the data.