public class GradientBoostingEx2 extends Object
Estimates the probabilities of a binary response variable using stochastic
gradient boosting GradientBoosting
. The dataset contains simulated
values on a binary response and 4 predictor variables. Probabilities less
than or equal to 0.5 are associated with Y=0, while probabilities greater
than 0.5 associate with Y=1 and would lead to these predictions on the test
data.
Constructor and Description |
---|
GradientBoostingEx2() |
Copyright © 2020 Rogue Wave Software. All rights reserved.