
Decision Tree Boosting Techniques compared
From Random Forest to LightGBM
Decision Trees are popular Machine Learning algorithms used for both regression and classification tasks. Their popularity mainly arises from their interpretability and representability, as they mimic the way the human brain takes decisions.