honey_pot

feast 실습 2 본문

카테고리 없음

feast 실습 2

_tera_ 2023. 2. 20. 14:18
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