Package com.imsl.test.example.datamining
Class GradientBoostingModelObjectEx1
java.lang.Object
com.imsl.test.example.datamining.GradientBoostingModelObjectEx1
Uses a trained gradient boosting model to predict a new data set.
First, a gradient boosting model is trained on the training data and is used
to predict the test data. The model structure (without the training data) is
extracted using the class
GradientBoostingModelObject. Then, the test data
is predicted using the model object and the predictions are printed for
comparison purposes.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GradientBoostingModelObjectEx1
public GradientBoostingModelObjectEx1()
-
-
Method Details
-
main
- Throws:
Exception
-