What problem does it solve?
Feast Feature Store eliminates training-serving skew and future data leakage by providing a consistent, point-in-time correct way to define, materialize, and serve reusable features for ML.
Core Features & Use Cases
- Point-in-time correct historical retrieval: Fetch past feature values aligned to each entity’s event timestamp to prevent future leakage during training.
- Unified feature definitions for offline and online serving: Build
Entity, FeatureView, and FeatureService once, then reuse the same definitions for training and low-latency inference.
- Offline-to-online materialization and real-time ingestion: Materialize from an offline store into an online store (e.g., Redis/SQLite) and push or stream new events via
PushSource or streaming feature views.
- Airflow-ready operations: Automate
feast apply, materialize, and materialize-incremental in scheduled pipelines.
Quick Start
Use the feature-store skill to define a Feast feature repository with offline and online stores, then run Feast apply and materialize to make the features available for online prediction.