Article · Wikipedia archive · Last revised May 30, 2026

Feature store

A feature store is a centralized repository used in machine learning to store, manage, and serve features for model training and inference. It provides a unified interface for data scientists and engineers to access curated, reusable features derived from raw data, ensuring consistency between training and production environments. Feature stores typically support batch and real-time data pipelines, enabling efficient feature computation, storage, and retrieval at scale.

Last revised
May 30, 2026
Read time
≈ 1 min
Length
169 w
Citations
4
Source

A feature store is a centralized repository used in machine learning to store, manage, and serve features for model training and inference.1 It provides a unified interface for data scientists and engineers to access curated, reusable features derived from raw data, ensuring consistency between training and production environments.2 Feature stores typically support batch and real-time data pipelines, enabling efficient feature computation, storage, and retrieval at scale.

Feature stores play a critical role in operationalizing machine learning systems by improving reproducibility, reducing data leakage, and promoting collaboration across teams.3 They often have features like feature versioning, metadata management, and access control that help keep data quality and governance high.4

See also

See also

References

References

  1. "Feature Store for Machine Learning". Hopsworks. Retrieved 27 April 2026.
  2. "Feature Stores: Centralizing Feature Engineering". Google Cloud. Retrieved 27 April 2026.
  3. "Feast: Open Source Feature Store". Feast Project. Retrieved 27 April 2026.
  4. "What is a Feature Store?". Tecton. Retrieved 27 April 2026.