Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
Explain the steps involved in scoring a model using features from a feature store table in Databricks. Include the necessary code snippets and considerations for feature consistency and real-time data.
A
Score the model directly using features without considering consistency or real-time data.
B
Score the model after ensuring feature consistency but without considering real-time data.
C
Score the model after ensuring feature consistency and considering real-time data.
D
Score the model directly using features with real-time data but without considering consistency.