試験Databricks-Machine-Learning-Professional トピック6 問題92 スレッド
Databricks Databricks-Machine-Learning-Professionalのリアル試験問題集
問題 #: 92
トピック #: 6
問題 #: 92
トピック #: 6
A Data Scientist is building a product recommendation model that suggests additional items based on a customer's current shopping basket for an online merchant. The model needs to access the real-time basket contents at inference time to avoid recommending items already in the basket. The model will be deployed using Databricks Model Serving. The data scientist now wants to implement real-time feature engineering to incorporate the current basket contents into the model's prediction. Which approach will do this?
おすすめの解答:A 解答を投票する
Real-time basket contents are request-specific and only available at inference time, making them unsuitable for precomputed feature tables or online stores. Implementing a custom pyfunc model allows the predict() method to directly consume and process the basket contents included in the request payload, enabling real-time feature engineering while keeping the logic tightly coupled with model inference in Databricks Model Serving.
Minai 2026-06-09 10:55:45
コメント
他人の解答コメントを賛成するのも、その解答に一票を入れることになります。したがって、すでに同じ意見の投票コメントが存在する場合、新規コメントをする代わりに賛成することもできます。
コメントを通報する
コメント中
今すぐ 新規登録 / ログイン (無料です)。