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
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DartModeParams
  2. Product
  3. Equals
  4. ParamGroup
  5. Serializable
  6. Serializable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DartModeParams(dropRate: Double, maxDrop: Int, skipDrop: Double, xgboostDartMode: Boolean, uniformDrop: Boolean)

Value Members

  1. def appendParams(sb: ParamsStringBuilder): ParamsStringBuilder
    Definition Classes
    DartModeParamsParamGroup
  2. val dropRate: Double
  3. val maxDrop: Int
  4. val skipDrop: Double
  5. def toString(): String
    Definition Classes
    ParamGroup → AnyRef → Any
  6. val uniformDrop: Boolean
  7. val xgboostDartMode: Boolean