AWS Exams GCP Exams Azure Exams GitHub Exams Jira Exams ISC2 Exams

Video: A machine learning engineer is aiming to databricks video

Question 1 Be Honest
« Back   Next ml-engineer-associate Question »
Answer

Full Certification Question

A machine learning engineer is aiming to execute batch model prediction. The engineer intends to leverage a decision tree model stored at the path model_uri to generate predictions for the DataFrame batch_df, which has the schema: order_id STRING To perform prediction on batch_df using the decision tree model at model_uri, the following code block is executed: predictions = fs . score_batch ( model_uri , batch_df ) Under what circumstances will the engineer's code block successfully perform the desired prediction? Choose only ONE best answer.