Ultimate access to all questions.
You are a data scientist for a hotel booking website. You have trained a model using Azure Machine Learning to identify fraudulent transactions. You plan to deploy this model as an online endpoint using the Azure Machine Learning Python SDK v2 to return real-time fraud predictions based on transaction data.
You must create the scoring script for the scoring_script
parameter of the CodeConfiguration
class for the deployment.
What is the required function of the entry script?