Skip to content

botbark/Decision-Tree-Classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Decision-Tree-Classification

Implementing Decision Tree Classification in Python

Decision tree machine learning algorithm can be used to solve not only regression but also classification problems.

This algorithm creates a tree like conditional control statements to create its model hence it is named as decision tree.

In this post we will be implementing a simple decision tree classification model using python and sklearn.

https://botbark.com/2020/01/03/decision-tree-classification-in-python-in-10-lines/

About

Implementing Decision Tree Classification in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors