DP-100 Exam Question 31

You are performing sentiment analysis using a CSV file that includes 12.0O0 customer reviews written in a short sentence format. You add the CSV file to Azure Machine Learning Studio and Configure it as the starting point dataset of an experiment. You add the Extract N-Gram Features from Text module to the experiment to extract key phrases from the customer review column in the dataset.
You must create a new n-gram text dictionary from the customer review text and set the maximum n-gram size to trigrams.
You need to configure the Extract N Gram features from Text module.
What should you select? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

DP-100 Exam Question 32

You create an Azure Machine Learning compute resource to train models. The compute resource is configured as follows:
Minimum nodes: 2
Maximum nodes: 4
You must decrease the minimum number of nodes and increase the maximum number of nodes to the following values:
Minimum nodes: 0
Maximum nodes: 8
You need to reconfigure the compute resource.
What are three possible ways to achieve this goal? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
  • DP-100 Exam Question 33

    You use the Azure Machine Learning SDK in a notebook to run an experiment using a script file in an experiment folder.
    The experiment fails.
    You need to troubleshoot the failed experiment.
    What are two possible ways to achieve this goal? Each correct answer presents a complete solution.
  • DP-100 Exam Question 34

    You use the Azure Machine Learning SDK in a notebook to run an experiment using a script file in an experiment folder.
    The experiment fails.
    You need to troubleshoot the failed experiment.
    What are two possible ways to achieve this goal? Each correct answer presents a complete solution.
  • DP-100 Exam Question 35

    You use Azure Machine Learning Studio to build a machine learning experiment.
    You need to divide data into two distinct datasets.
    Which module should you use?