Designing and Implementing Enterprise-Scale Analytics Using Microsoft Azure and Power BI — Question 173
You have an Azure Synapse Analytics workspace that is connected to a data lake.
You train an Open Neural Network Exchange (ONNX) model named Model1.
You need to implement Model1.
What should you do first?
Answer options
- A. Score Model1 by using OPENJSON().
- B. Load Model1 into a binary variable.
- C. Load Model1 into a character variable.
- D. Score Model1 by using PREDICT().
Correct answer: D
Explanation
The correct answer is D because scoring a model typically involves using a prediction function like PREDICT() to generate outputs based on input data. Options A, B, and C do not directly implement the model; instead, they suggest alternative methods that are not the primary step for executing predictions with the ONNX model.