O'Reilly book - Building Machine Learning Systems with a feature store: batch, real-time, and LLMs
Dashboards for Example ML Systems
See tutorial instructions here # Create a conda or virtual environment for your project conda create -n book conda activate book
# Install 'uv' and 'invoke'
pip install uv invoke python-dotenv
# 'invoke install' installs python dependencies using uv and requirements.txt
invoke install
invoke aq-features
invoke aq-train
invoke aq-inference