public class GradientBoostingModelObjectEx1 extends Object
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 and Description |
|---|
GradientBoostingModelObjectEx1() |
Copyright © 2022 Rogue Wave Software. All rights reserved.