Python cheat sheet

Post date: Jan 2, 2015 8:52:03 PM

List

Scikit-learn decision tree

  • extract property and information at each node in the tree
    • http://stackoverflow.com/questions/20156951/how-do-i-find-which-attributes-my-tree-splits-on-when-using-scikit-learn

Setup machine learning pipeline in scikit-learn

  • http://nbviewer.ipython.org/gist/paulgb/6662807