Edge Rewrite
// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a21f35ae0dc9a151

Jump to content

Feature store

From Wikipedia, the free encyclopedia

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

[edit]

References

[edit]
  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.