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