case class DartModeParams(dropRate: Double, maxDrop: Int, skipDrop: Double, xgboostDartMode: Boolean, uniformDrop: Boolean) extends Serializable with Product
Defines the dart mode parameters passed to the LightGBM learners.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DartModeParams
- Product
- Equals
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All