Techno Blender
Digitally Yours.
Browsing Tag

ExtraTrees

What? When? How?: ExtraTrees Classifier | by Karun Thankachan | Aug, 2022

What is ExtraTrees Classifier? When to use it? How to implement it?Photo by Eunice Lituañas on UnsplashTree based models have increased in popularity over the last decade, primarily due to their robust nature. Tree-based models can be used on any type of data (categorical/continuous), can be used on data that is not normally distributed, and require little if any data transformations (can handle missing value/scale issues etc.)While Decision Trees and Random Forest are often the go to tree-based models, a lesser known one…