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]) extends BoosterOptions
Attributes
- Graph
- Supertypes