Recall & Review
beginner
What is a feature store in MLOps?
A feature store is a system that collects, stores, and manages features used in machine learning models. It helps teams reuse features and keep them consistent between training and serving.
Click to reveal answer
beginner
Why is consistency between training and serving important in feature stores?
Consistency ensures that the features used to train a model are the same as those used when the model makes predictions. This avoids errors and improves model reliability.
Click to reveal answer
intermediate
Name two main components of a feature store.
1. Feature registry: stores metadata about features.<br>2. Feature storage: stores the actual feature data for training and serving.
Click to reveal answer
intermediate
How does a feature store improve collaboration in ML teams?
It centralizes features so data scientists and engineers can share and reuse them easily, reducing duplicated work and errors.
Click to reveal answer
intermediate
What is online and offline feature storage in a feature store?
Offline storage holds historical feature data for training models. Online storage provides real-time feature data for serving predictions.
Click to reveal answer
What is the main purpose of a feature store?
✗ Incorrect
A feature store manages features to ensure they are consistent and reusable for training and serving ML models.
Which component of a feature store stores metadata about features?
✗ Incorrect
The feature registry holds metadata like feature definitions and descriptions.
Why do feature stores separate online and offline storage?
✗ Incorrect
Online storage serves real-time features for predictions, offline storage holds batch data for training.
How does a feature store help reduce duplicated work?
✗ Incorrect
Centralizing features lets teams reuse them instead of recreating the same features multiple times.
What problem does a feature store solve in ML workflows?
✗ Incorrect
Feature stores ensure the same features are used during training and prediction, avoiding mismatches.
Explain what a feature store is and why it is important in machine learning projects.
Think about how teams share and use features in ML.
You got /3 concepts.
Describe the difference between online and offline feature storage in a feature store.
Consider when features are used during model training vs prediction.
You got /3 concepts.