1. 学ぶ
  2. /
  3. コース
  4. /
  5. End-to-End Machine Learning

Connected

演習

Feast を使った Feature Store

Machine Learning のライフサイクル全体で効果的に開発を進めるには、リソースの詳細で網羅的な記録を維持することが重要です。前処理やモデリングの段階では、Feature Store や Model Registry が有用なリソース記録の例です。この演習では、Feast を使って Feature Store を実装します。あらかじめ patient エンティティと、cp、thalach、ca、thal の各 Feature が読み込まれています。ValueType、FeatureStore、FileSource はすべて feast からインポート済みです。heart_disease_df もインポートされています。

指示1 / 3

undefined XP
    1
    2
    3
  • heart_disease_df のデータソースを定義してください。