Quickstart
Install Feast
pip install feastCreate a feature repository
feast init feature_repo
cd feature_repoCreating a new Feast repository in /home/Jovyan/feature_repo.Register feature definitions and deploy your feature store
Generating training data
Load features into your online store
Fetching feature vectors for inference
Next steps
Last updated
Was this helpful?