io.github.metarank.ltrlib.booster.LightGBMBooster
See theLightGBMBooster companion object
case class LightGBMBooster(model: LGBMBooster) extends Booster[LGBMDataset], Logging
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
Attributes
- Inherited from:
- Booster
In this article