Classification Decision Trees, Easily Explained
Decision Trees are one of the building blocks for more advanced machine learning models. When it comes to classification problems, how exactly are they built?

No matter how experienced you are in Data Science, you’ve probably heard about Decision Trees. Loved by many, this simple explainable algorithm is the building block for many algorithms that have won a ton of machine learning competitions and steered projects towards success.
Random Forest, XGBoost or LightGBM are s…


