Computer Science, asked by itsonlypriyanka, 3 months ago

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 debasmita86
8

Answer:

C)Worst, best and expected values can be determined for different scenarios.

Please mark my answer as brainliest

Answered by sourasghotekar123
0
  1. 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).
  2. We can add possible scenarios to decision trees.
  3. If the required outcome is provided by a model, decision trees allow us to use a black box model.
  4. 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