What capability does the module provide?

You plan to use Azure Machine Learning to develop a predictive model. You plan to include an Execute Python
Script module.
What capability does the module provide?

You plan to use Azure Machine Learning to develop a predictive model. You plan to include an Execute Python
Script module.
What capability does the module provide?

A.
Outputting a file to a network location.

B.
Performing interactive debugging of a Python script.

C.
Saving the results of a Python script run in a Machine Learning environment to a local file.

D.
Visualizing univariate and multivariate summaries by using Python code.

Explanation:
https://docs.microsoft.com/en-us/azure/machine-learning/studio/execute-python-scripts



Leave a Reply 2

Your email address will not be published. Required fields are marked *


rai

rai

By using Python, you can perform custom tasks, create visualizations, and share your models with the world. For example:
・Visualize data using matplotlib
・Use Python client libraries to enumerate datasets and models in your workspace
・Read, load, and manipulate data from sources not supported by the Import Data module