Package com.imsl.test.example.datamining
Class GradientBoostingEx2
java.lang.Object
com.imsl.test.example.datamining.GradientBoostingEx2
Predicts a binary response variable based on 4 predictor variables.
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
GradientBoostingEx2
public GradientBoostingEx2()
-
-
Method Details
-
main
- Throws:
Exception
-