A00-255試験無料問題集「SASInstitute SAS Predictive Modeling Using SAS Enterprise Miner 14 認定」
Perform these tasks in SAS Enterprise Miner:
Add a Decision Tree node, as shown below. (Make sure you use only default options in the Decision Tree node.)

Run the Decision Tree node.
Suppose that the data has been oversampled and the probability that TARGET=1 is 0.10 in the population. Incorporate the above scenario and run the Decision Tree node again.
What is the misclassification rate in the validation data set?
Response:
Add a Decision Tree node, as shown below. (Make sure you use only default options in the Decision Tree node.)

Run the Decision Tree node.
Suppose that the data has been oversampled and the probability that TARGET=1 is 0.10 in the population. Incorporate the above scenario and run the Decision Tree node again.
What is the misclassification rate in the validation data set?
Response:
正解:B
解答を投票する
-> 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).
- Allow for 1 substitute rule in case the variable for the primary splitting rule is missing.
- Disable pruning for the decision tree.
-> 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.
-> Run the process flow.
What is the number of input variables being used by the Neural Network Model?
Enter your numeric answer in the space below:
Response:
- Allow for 1 substitute rule in case the variable for the primary splitting rule is missing.
- Disable pruning for the decision tree.
-> 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.
-> Run the process flow.
What is the number of input variables being used by the Neural Network Model?
Enter your numeric answer in the space below:
Response:
正解:B
解答を投票する
A multilayer perceptron neural network is using three interval inputs to model one interval target (outcome). The neural network has ten hidden units and one hidden layer. How many weights, including biases are being estimated?
You may use a calculator for this question. On the certification exam, an on-screen calculator is provided for you.
Select one:
Response:
You may use a calculator for this question. On the certification exam, an on-screen calculator is provided for you.
Select one:
Response:
正解:B
解答を投票する