A class which implements a decision tree learning algorithm for classification and regression.
A class which implements a decision tree learning algorithm for classification and regression. It supports both continuous and categorical features.
A class that implements Stochastic Gradient Boosting for regression and binary classification.
A class that implements Stochastic Gradient Boosting for regression and binary classification.
The implementation is based upon: J.H. Friedman. "Stochastic Gradient Boosting." 1999.
Notes on Gradient Boosting vs. TreeBoost:
This package contains the default implementation of the decision tree algorithm, which supports: