case class DartModeParams(dropRate: Double, maxDrop: Int, skipDrop: Double, xgboostDartMode: Boolean, uniformDrop: Boolean) extends ParamGroup with Product with Serializable
Defines the dart mode parameters passed to the LightGBM learners.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DartModeParams
- Product
- Equals
- ParamGroup
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
Value Members
-
def
appendParams(sb: ParamsStringBuilder): ParamsStringBuilder
- Definition Classes
- DartModeParams → ParamGroup
- val dropRate: Double
- val maxDrop: Int
- val skipDrop: Double
-
def
toString(): String
- Definition Classes
- ParamGroup → AnyRef → Any
- val uniformDrop: Boolean
- val xgboostDartMode: Boolean