Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 595 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 595 Bytes

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