scikit-learn-C4.5-tree-classifier
scikit-learn-C4.5-tree-classifier copied to clipboard
Does your decision tree have pruning operation ?
Hello, does your decision tree have pruning operation ? In particular,is it possible to apply the pruning parameters in sklearn directly? For example: max_depth、min_samples_leaf & min_samples_split、min_samples_leaf and so on.