FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

WHAT IS PROGRAMMING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which statement below is NOT correct?
A
Decision trees are only useful if the choices at each decision point are binary
B
Both decision trees and tables can have redundancy, if not carefully designed
C
Both decision trees and tables are good for modelling complex logic
D
None of the above
Explanation: 

Detailed explanation-1: -Disadvantages of decision trees They are not well-suited to continuous variables (i.e. variables which can have more than one value, or a spectrum of values). In predictive analysis, calculations can quickly grow cumbersome, especially when a decision path includes many chance variables.

Detailed explanation-2: -The correct answer is letter b) Is based on payoffs and probabilities for a different course of actions.

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

Detailed explanation-4: -Choose a disadvantage of decision trees among the following. Answer-C) Decision trees are prone to overfitting.

There is 1 question to complete.