__________ pruning is a technique where a decision tree is reduced by turning some branch nodes into leaf nodes.
- Cost Complexity
- Hybrid
- Random
- Reduced Error
Reduced Error Pruning is a technique where a decision tree is reduced by turning some branch nodes into leaf nodes and replacing them with the most common class. If this replacement does not reduce the accuracy on the validation set, the change is kept.
Loading...
Related Quiz
- In the context of machine learning, what is the main difference between supervised and unsupervised learning in terms of data?
- In Machine Learning, the term _________ refers to the values that the algorithm tries to predict, while _________ refers to the input variables.
- Why is centroid initialization important in K-Means clustering?
- What is multicollinearity in the context of Multiple Linear Regression?
- In a real-world customer segmentation problem, how might you apply clustering to optimize marketing strategies?