tag: maching learning
Decision trees in python with scikit-learn and pandas
Jun 8, 2015
In this post I will cover decision trees (for classification) in python, using scikit-learn and pandas. The emphasis will be on the basics and understanding the resulting decision tree.