Feature Store for ML Pipelines
Build a lightweight feature store that computes, caches, and serves ML features. Connect it to both a training pipeline and a real-time prediction API.
- Understand the purpose of a feature store and the training/serving skew problem
- Compute, version, and store ML features in Redis (real-time) and PostgreSQL (historical)
- Connect a feature store to both a training pipeline and a live inference API
- Verify consistency between features used in training and features used in serving