ksaaskil / feast-learn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feast Feature Store

$ pip install -e .

Created the feature store repository with:

$ feast init feature_repo

Applied example.py with:

$ cd feature_repo
$ feast apply

Materialized to online store with:

$ CURRENT_TIME=$(date -u +"%Y-%m-%dT%H:%M:%S")
$ feast materialize-incremental $CURRENT_TIME

About


Languages

Language:Python 100.0%