Which of the following are advantages of Decision Trees?
A)Possible scenarios can be added.
B)Use a black box model, if the given result is provided by a model.
C)Worst, best and expected values can be determined for different scenarios.
D)Can be used to identify the features that influence the prediction the most.
Answers
Answered by
8
Answer:
C)Worst, best and expected values can be determined for different scenarios.
Please mark my answer as brainliest
Answered by
0
- A decision tree is a flowchart-like structure in which each internal node represents an attribute "test," each branch reflects the test's conclusion, and each leaf node represents a class label (decision taken after computing all attributes).
- We can add possible scenarios to decision trees.
- If the required outcome is provided by a model, decision trees allow us to use a black box model.
- We may use decision trees to figure out which features have the biggest impact on the prediction.
Hence, options A, B, C and D are correct.
#SPJ3
Similar questions