Pruning is a technique associated with Decision tree Linear regression Logistic regression SVM
Answers
Answered by
4
Pruning is associated with decision trees.
In Machine Learning, Pruning is a method used to minimize the size of decision trees.
Trees that provide least power to categorize the instances are removed in pruning.
Size of the learning tree is minimized without changing accuracy.
Reduced error pruning and Cost complexity pruning are two famous methods of pruning.
Answered by
2
Correct Answer is: Decision tree
Similar questions