5 Decision Tree Hyperparameters to Enhance your Tree Algorithms
Learn some of the most common hyperparameters you can tweak to boost your tree based algorithms performance
Photo by Alperen Yazgı @unsplash.com
Decision Trees are really cool algorithms that set up the stage for more advanced algorithms such as Random Forests, LightGBM or XGBoost. During your Data Science journey, Decision Trees are probably the first non-linear algorithm that you will learn as they are pretty explainable and straightforward to understand. If…



