object LightGBMClassificationModel extends ComplexParamsReadable[LightGBMClassificationModel] with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LightGBMClassificationModel
  2. Serializable
  3. Serializable
  4. ComplexParamsReadable
  5. MLReadable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def load(path: String): LightGBMClassificationModel
    Definition Classes
    MLReadable
    Annotations
    @Since( "1.6.0" )
  2. def loadNativeModelFromFile(filename: String): LightGBMClassificationModel
  3. def loadNativeModelFromString(model: String): LightGBMClassificationModel
  4. def read: MLReader[LightGBMClassificationModel]
    Definition Classes
    ComplexParamsReadable → MLReadable