Designing and Implementing a Data Science Solution on Azure — Question 132
You have an Azure Machine Learning workspace named WS1.
You plan to use the Responsible AI dashboard to assess MLflow models that you will register in WS1.
You need to identify the library you should use to register the MLflow models.
Which library should you use?
Answer options
- A. PyTorch
- B. mlpy
- C. TensorFlow
- D. scikit-learn
Correct answer: A
Explanation
The correct answer is A, PyTorch, as it is a widely used library for registering MLflow models within Azure Machine Learning. The other options, while popular machine learning libraries, do not specifically pertain to the registration of MLflow models in this context.