Class GradientBoostingEx1

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

public class GradientBoostingEx1 extends Object

Predicts a regression response variable based on 6 predictor variables.

Estimates the fitted values of a regression variable using stochastic gradient boosting GradientBoosting. The dataset contains simulated data for a continuous response variable and 6 predictor variables of different types.

See Also:
  • Constructor Details

    • GradientBoostingEx1

      public GradientBoostingEx1()
  • Method Details