A Novel Hyperparameter-free Approach to Decision Tree Construction that Avoids Overfitting by Design
This addresses the issue of overfitting for users of decision trees, offering an incremental improvement by eliminating hyperparameter tuning and enhancing interpretability.
The paper tackles the problem of overfitting in decision trees by introducing a hyperparameter-free algorithm that avoids overfitting by design, resulting in smaller, shallower trees without losing accuracy and reducing training time.
Decision trees are an extremely popular machine learning technique. Unfortunately, overfitting in decision trees still remains an open issue that sometimes prevents achieving good performance. In this work, we present a novel approach for the construction of decision trees that avoids the overfitting by design, without losing accuracy. A distinctive feature of our algorithm is that it requires neither the optimization of any hyperparameters, nor the use of regularization techniques, thus significantly reducing the decision tree training time. Moreover, our algorithm produces much smaller and shallower trees than traditional algorithms, facilitating the interpretability of the resulting models.