Skip to content

Instantly share code, notes, and snippets.

View skyfeature's full-sized avatar

Bipul Kumar skyfeature

  • IIT Delhi
  • Singapore
  • 22:49 (UTC +08:00)
View GitHub Profile
@cstrelioff
cstrelioff / README.md
Last active June 4, 2018 16:31
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!