menu
lunaris_engine package
documentation
MachineLearning/gradient_boosting.dart
GradientBoostingRegressor
GradientBoostingRegressor.new constructor
GradientBoostingRegressor.new constructor
dark_mode
light_mode
GradientBoostingRegressor
constructor
GradientBoostingRegressor
(
{
int
nEstimators
=
50
,
double
learningRate
=
0.1
,
})
Implementation
GradientBoostingRegressor({this.nEstimators = 50, this.learningRate = 0.1});
lunaris_engine package
documentation
MachineLearning/gradient_boosting
GradientBoostingRegressor
GradientBoostingRegressor.new constructor
GradientBoostingRegressor class