Skip to content

Decision trees, one of the simplest and yet most useful Machine Learning structures. Decision trees, as the name implies, are trees of decisions.

Notifications You must be signed in to change notification settings

AouinaOns/Decision-tree-algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Decision-tree-algorithm

Decision trees, one of the simplest and yet most useful Machine Learning structures. Decision trees, as the name implies, are trees of decisions. ##Dependencies

Scikit-learn (http://scikit-learn.org/stable/install.html)

numpy (pip install numpy)

You might need to install the pydotplus and graphviz libraries if you have not installed these before

conda install -c conda-forge pydotplus -y
conda install -c conda-forge python-graphviz -y

Visualization of the tree

alt text

About

Decision trees, one of the simplest and yet most useful Machine Learning structures. Decision trees, as the name implies, are trees of decisions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages