CatBoostLikeRegressor constructor

CatBoostLikeRegressor({
  1. int nEstimators = 50,
  2. double learningRate = 0.1,
  3. List<int> categoricalIndices = const [],
})

Implementation

CatBoostLikeRegressor({
  this.nEstimators = 50,
  this.learningRate = 0.1,
  this.categoricalIndices = const [],
});