Class | Description |
---|---|
DecisionTree |
A class which implements a decision tree learning algorithm for classification and regression.
|
GradientBoostedTrees |
A class that implements
Stochastic Gradient Boosting
for regression and binary classification.
|
RandomForest |
A class that implements a Random Forest
learning algorithm for classification and regression.
|