Question 86

You are creating a binary classification by using a two-class logistic regression model.
You need to evaluate the model results for imbalance.
Which evaluation metric should you use?
  • Question 87

    You plan to provision an Azure Machine Learning Basic edition workspace for a data science project.
    You need to identify the tasks you will be able to perform in the workspace.
    Which three tasks will you be able to perform? Each correct answer presents a complete solution.
    NOTE: Each correct selection is worth one point.
  • Question 88

    You need to build a feature extraction strategy for the local models.
    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 89

    You are developing a linear regression model in Azure Machine Learning Studio. You run an experiment to compare different algorithms.
    The following image displays the results dataset output:

    Use the drop-down menus to select the answer choice that answers each question based on the information presented in the image.
    NOTE: Each correct selection is worth one point.

    Question 90

    You are creating a machine learning model in Python. The provided dataset contains several numerical columns and one text column. The text column represents a product's category. The product category will always be one of the following:
    * Bikes
    * Cars
    * Vans
    * Boats
    You are building a regression model using the scikit-learn Python package.
    You need to transform the text data to be compatible with the scikit-learn Python package.
    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.