Question 31

You are analyzing a dataset by using Azure Machine Learning Studio.
YOU need to generate a statistical summary that contains the p value and the unique value count for each feature column.
Which two modules can you users? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
  • Question 32

    You need to set up the Permutation Feature Importance module according to the model training requirements.
    Which properties should you select? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    Question 33

    You are performing a classification task in Azure Machine learning Studio.
    You must prepare balanced testing and training samples based on a provided data set.
    Warning samples based on a provided data set.
    You need to split the data with a 0.75:0.25.
    Which value should you use for each parameter? To answer, select the appropriate options m the answer area.
    NOTE: Each correct selection is worth one point.

    Question 34

    You are using the Azure Machine Learning Service to automate hyperparameter exploration of your neural network classification model.
    You must define the hyperparameter space to automatically tune hyperparameters using random sampling according to following requirements:
    * The learning rate must be selected from a normal distribution with a mean value of 10 and a standard deviation of 3.
    * Batch size must be 16, 32 and 64.
    * Keep probability must be a value selected from a uniform distribution between the range of 0.05 and
    0.1.
    You need to use the param_sampling method of the Python API for the Azure Machine Learning Service.
    How should you complete the code segment? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    Question 35

    You are implementing a machine learning model to predict stock prices.
    The model uses a PostgreSQL database and requires GPU processing.
    You need to create a virtual machine that is pre-configured with the required tools.
    What should you do?