0 votes
in Data Science by
What is pruning in Decision Tree?

1 Answer

0 votes
by

Pruning is a technique in machine learning and search algorithms that reduces the size of decision trees by removing sections of the tree that provide little power to classify instances. So, when we remove sub-nodes of a decision node, this process is called pruning or opposite process of splitting.

Related questions

+1 vote
asked Dec 27, 2019 in Data Science by sharadyadav1986
+2 votes
asked Jul 6, 2022 in Data Mining Methods Basics by sharadyadav1986
...