MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

SOFTWARE ENGINEERING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
A decision tree does not include:
A
statements
B
condition stubs
C
action stubs
D
rules
Explanation: 

Detailed explanation-1: -Decision trees are composed of three main parts-decision nodes (denoting choice), chance nodes (denoting probability), and end nodes (denoting outcomes). Decision trees can be used to deal with complex datasets, and can be pruned if necessary to avoid overfitting.

Detailed explanation-2: -Solution: E Decision trees doesn’t aggregate the results of multiple trees so it is not an ensemble algorithm.

Detailed explanation-3: -(B) In a decision tree, the entropy of a node decreases as we go down a decision tree.

There is 1 question to complete.