LightGBMOptions
io.github.metarank.ltrlib.booster.LightGBMOptions
case class LightGBMOptions(trees: Int, learningRate: Double, ndcgCutoff: Int, maxDepth: Int, randomSeed: Int, numLeaves: Int, featureFraction: Double, earlyStopping: Option[Int], debias: Boolean) extends BoosterOptions
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait BoosterOptionsclass Objecttrait Matchableclass Any
Members list
In this article