Ultimate access to all questions.
A machine learning engineer is planning to perform batch model predictions using a decision tree model located at model_uri
on a DataFrame batch_df
with the schema: order_id STRING
. The engineer executes the following code block: predictions = fs.score_batch(model_uri, batch_df)
. Under what conditions will this code block successfully perform the desired prediction? Choose the ONE best answer.