Skip to content

Latest commit

 

History

History

trees

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Tree-Based Models

This module implements:

  1. Decision trees for classification and regression via the CART algorithm (Breiman, Friedman, Olshen, & Stone, 1984).
  2. Random forests for classification and regression (an example of bootstrap aggregating) (Breiman, 2001).
  3. Gradient-boosted decision trees for classification and regression (an example of gradient boosted machines) (Friedman, 1999).

Plots