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< X, List<double> >double> y) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
predict(
List< List< X) → List<double> >double> -
predictOne(
List< double> x) → double -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited