CatBoostLikeRegressor class

Constructors

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

Properties

categoricalIndices List<int>
final
hashCode int
The hash code for this object.
no setterinherited
learningRate double
final
nEstimators int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

fit(List<List<double>> X, List<double> y) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
predict(List<List<double>> X) List<double>
predictOne(List<double> x) double
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited