manksh / Decision-Tree

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Decision-Tree

Tree based learning algorithms are considered to be one of the best and mostly used supervised learning methods. Tree based methods empower predictive models with high accuracy, stability and ease of interpretation. Unlike linear models, they map non-linear relationships quite well. They are adaptable at solving any kind of problem at hand (classification or regression).

Methods like decision trees, random forest, gradient boosting are being popularly used in all kinds of data science problems. Hence, for every analyst, it’s important to learn these algorithms and use them for modeling.

This is a simplified implemantation of the very popular ML algorithm.

About


Languages

Language:Python 100.0%