io.github.metarank.ltrlib.booster.CatboostBooster
See theCatboostBooster companion object
case class CatboostBooster(booster: CatBoostModel, bytes: Array[Byte]) extends Booster[String]
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Attributes
- Definition Classes
Inherited methods
Make batch prediction, default impl falling back to per-row predict. You should overload it for better performance.
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
In this article