Skip to content

Instantly share code, notes, and snippets.

View analyticsPierce's full-sized avatar

Jason Pierce analyticsPierce

View GitHub Profile
@analyticsPierce
analyticsPierce / README.md
Created June 12, 2017 23:56 — forked from cstrelioff/README.md
decision trees: scikit-learn + pandas

decision trees: scikit-learn + pandas

This script provides an example of learning a decision tree with scikit-learn. Pandas is used to read data and custom functions are employed to investigate the decision tree after it is learned. Grab the code and try it out.

A blog post about this code is available here, check it out!