Question:
Advantages vs Disadvantages of Decision trees?
Author: Christian NAnswer:
Advantages: • White-box method, totally transparent • Small data preparation (can deal with categorical and numerical data, no scaling needed..) • Robust against missing data • Non-linearity Disadvantages: • High variance algorithm. Small changes in input data can lead to very different trees. Prone to overfit • Can have problems with unbalanced data • Poorly suited for regression • Greedy algorithm
0 / 5 (0 ratings)
1 answer(s) in total