A00-255 Exam Question 21
1. Create a project named Insurance, with a diagram named Explore.
2. Create the data source, DEVELOP, in SAS Enterprise Miner. DEVELOP is in the directory c:\workshop\Practice.
3. Set the role of all variables to Input, with the exception of the Target variable, Ins (1= has insurance, 0= does not have insurance).
4. Set the measurement level for the Target variable, Ins, to Binary.
5. Ensure that Branch and Res are the only variables with the measurement level of Nominal.
6. All other variables should be set to Interval or Binary.
7. Make sure that the default sampling method is random and that the seed is 12345.
What is the mean credit card balance (CCBal) of the customers with a variable annuity?
Response:
2. Create the data source, DEVELOP, in SAS Enterprise Miner. DEVELOP is in the directory c:\workshop\Practice.
3. Set the role of all variables to Input, with the exception of the Target variable, Ins (1= has insurance, 0= does not have insurance).
4. Set the measurement level for the Target variable, Ins, to Binary.
5. Ensure that Branch and Res are the only variables with the measurement level of Nominal.
6. All other variables should be set to Interval or Binary.
7. Make sure that the default sampling method is random and that the seed is 12345.
What is the mean credit card balance (CCBal) of the customers with a variable annuity?
Response:
A00-255 Exam Question 22
Perform these tasks in SAS Enterprise Miner:
*Continue to use the same diagram. Define and create the data set CREDIT_SCORE for scoring. The variables (their roles and measurement levels) in the CREDIT_SCORE data should be set as identical to those in the CREDIT dat a. The only exception is that the scoring data does not have a TARGET variable.
* Find the best model out of Decision Tree, Decision Tree (3-way), Regression, and Neural Network as defined by each of the four model's overall performance in the validation data measured by average squared error. Now, use this best model to score the CREDIT_SCORE data.
CREDIT SCORE:

The percentage of TARGET=1 as predicted by the best model on the scoring data is in which of the following ranges?
Response:
*Continue to use the same diagram. Define and create the data set CREDIT_SCORE for scoring. The variables (their roles and measurement levels) in the CREDIT_SCORE data should be set as identical to those in the CREDIT dat a. The only exception is that the scoring data does not have a TARGET variable.
* Find the best model out of Decision Tree, Decision Tree (3-way), Regression, and Neural Network as defined by each of the four model's overall performance in the validation data measured by average squared error. Now, use this best model to score the CREDIT_SCORE data.
CREDIT SCORE:

The percentage of TARGET=1 as predicted by the best model on the scoring data is in which of the following ranges?
Response:
A00-255 Exam Question 23
If we were to add a Transformation node, what would be the default transformation for interval inputs for the present scenario?
Response:
Response:
A00-255 Exam Question 24
Perform these tasks in SAS Enterprise Miner:
- Add a Decision Tree node after the Impute node with TARGET as the dependent variable and all other input variables as independent variables (main effects only). Configure the decision tree to use 1 for Number of Surrogate Rules and Largest for Method in Subtree. Do not change any other property of the Decision Tree node.
- Add another Neural Network node after the decision tree with TARGET as the dependent variable and all other input variables as independent variables (main effects only). Configure the Neural Network model to use Average Error for Model Selection Criterion. Do not change any other property for the Neural Network node. Run the process flow.
How many leaves are there in the decision tree?
Response:
- Add a Decision Tree node after the Impute node with TARGET as the dependent variable and all other input variables as independent variables (main effects only). Configure the decision tree to use 1 for Number of Surrogate Rules and Largest for Method in Subtree. Do not change any other property of the Decision Tree node.
- Add another Neural Network node after the decision tree with TARGET as the dependent variable and all other input variables as independent variables (main effects only). Configure the Neural Network model to use Average Error for Model Selection Criterion. Do not change any other property for the Neural Network node. Run the process flow.
How many leaves are there in the decision tree?
Response:
A00-255 Exam Question 25
Refer to the exhibit:

The SAS data set credit_customers contains a numeric variable units_sold that holds only the values: 1, 2, 3, 4. Based on the settings provided in the Advanced Advisor Options, what will be the Role and Level of the units_sold variable when the credit_customers data set is created using Advanced Metadata Advisor in the Data Source Wizard?
Select one:
Response:

The SAS data set credit_customers contains a numeric variable units_sold that holds only the values: 1, 2, 3, 4. Based on the settings provided in the Advanced Advisor Options, what will be the Role and Level of the units_sold variable when the credit_customers data set is created using Advanced Metadata Advisor in the Data Source Wizard?
Select one:
Response:
