Question 46

You are building a regression model tot estimating the number of calls during an event.
You need to determine whether the feature values achieve the conditions to build a Poisson regression model.
Which two conditions must the feature set contain? I ach correct answer presents part of the solution. NOTE:
Each correct selection is worth one point.
  • Question 47

    You create a new Azure Databricks workspace.
    You configure a new cluster for long-running tasks with mixed loads on the compute cluster as shown in the image below.

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

    Question 48

    You train a classification model by using a decision tree algorithm.
    You create an estimator by running the following Python code. The variable feature_names is a list of all feature names, and class_names is a list of all class names.
    from interpret.ext.blackbox import TabularExplainer

    You need to explain the predictions made by the model for all classes by determining the importance of all features.
    For each of the following statements, select Yes if the statement is true. Otherwise, select No.
    NOTE: Each correct selection is worth one point.

    Question 49

    You need to implement early stopping criteria as suited in the model training requirements.
    Which three code segments should you use to develop the solution? To answer, move the appropriate code segments from the list of code segments to the answer area and arrange them in the correct order.
    NOTE: More than one order of answer choices is correct. You will receive credit for any of the correct orders you select.

    Question 50

    Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
    After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
    You are analyzing a numerical dataset which contains missing values in several columns.
    You must clean the missing values using an appropriate operation without affecting the dimensionality of the feature set.
    You need to analyze a full dataset to include all values.
    Solution: Remove the entire column that contains the missing data point.
    Does the solution meet the goal?