Class GradientBoostingModelObjectEx1

java.lang.Object
com.imsl.test.example.datamining.GradientBoostingModelObjectEx1

public class GradientBoostingModelObjectEx1 extends Object

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.

See Also:
  • Constructor Details

    • GradientBoostingModelObjectEx1

      public GradientBoostingModelObjectEx1()
  • Method Details