Parameters for the gradient boosting algorithm.
Java-friendly API for org.apache.spark.mllib.tree.GradientBoostedTrees!#run.
Method to train a gradient boosting model
Method to train a gradient boosting model
Training dataset: RDD of org.apache.spark.mllib.regression.LabeledPoint.
a gradient boosted trees model that can be used for prediction
:: Experimental :: 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: