Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 539 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 539 Bytes

CS-109: Fall 2015 -- Lab 7

Decision Trees, Random Forests, Ensemble Methods


This is a very quick run-through of some basic nonparametric (the old kind) prediction methods

  • Decision Trees
  • Random Forests
  • Ensemble Methods

For more reading, check out An Introduction to Statistical Learning by Gareth James, Daniela Witten, Trevor Hastie and Robert Tibshirani (available through Springer, as well as the scikit-learn documentation.