honey_pot
feast 실습 2 본문
from feast import FeatureStore
fs = FeatureStore("/content/feature_repo/feature_repo")
print(fs.list_feature_views())
fs = FeatureStore("/content/feature_repo/feature_repo")
fv = fs.get_feature_view("driver_hourly_stats")
fv
Comments