Which of the following statements is not true about Minimum number of objects pruning?

Which of the following statements is not true about Minimum number of objects pruning? Correct Answer Increasing no of objects increases accuracy of the dataset

In Minimum number of object pruning increasing no of objects reduces accuracy of the dataset, but it simplifies the tree. Whenever the split is made which yields a child leaf that represents less than minobj from the data set, the parent node and children node are compressed to a single node.

Related Questions