Classification Trees in Python, from Start To Finish
In this lesson we will use scikit-learn and Cost Complexity Pruning to build a Classification Tree, which uses continuous and categorical data from the UCI Machine Learning Repository to predict whether or not a patient has heart disease.