GradientBoostingRegressor constructor

GradientBoostingRegressor({
  1. int nEstimators = 50,
  2. double learningRate = 0.1,
})

Implementation

GradientBoostingRegressor({this.nEstimators = 50, this.learningRate = 0.1});