class LightGBMClassificationModel extends ProbabilisticClassificationModel[Vector, LightGBMClassificationModel] with LightGBMModelParams with LightGBMModelMethods with LightGBMPredictionParams with HasActualNumClasses with ComplexParamsWritable with BasicLogging

Model produced by LightGBMClassifier.

Linear Supertypes
BasicLogging, ComplexParamsWritable, MLWritable, HasActualNumClasses, LightGBMPredictionParams, LightGBMModelMethods, LightGBMModelParams, Wrappable, DotnetWrappable, RWrappable, PythonWrappable, BaseWrappable, ProbabilisticClassificationModel[Vector, LightGBMClassificationModel], ProbabilisticClassifierParams, HasThresholds, HasProbabilityCol, ClassificationModel[Vector, LightGBMClassificationModel], ClassifierParams, HasRawPredictionCol, PredictionModel[Vector, LightGBMClassificationModel], PredictorParams, HasPredictionCol, HasFeaturesCol, HasLabelCol, Model[LightGBMClassificationModel], Transformer, PipelineStage, Logging, Params, Serializable, Serializable, Identifiable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LightGBMClassificationModel
  2. BasicLogging
  3. ComplexParamsWritable
  4. MLWritable
  5. HasActualNumClasses
  6. LightGBMPredictionParams
  7. LightGBMModelMethods
  8. LightGBMModelParams
  9. Wrappable
  10. DotnetWrappable
  11. RWrappable
  12. PythonWrappable
  13. BaseWrappable
  14. ProbabilisticClassificationModel
  15. ProbabilisticClassifierParams
  16. HasThresholds
  17. HasProbabilityCol
  18. ClassificationModel
  19. ClassifierParams
  20. HasRawPredictionCol
  21. PredictionModel
  22. PredictorParams
  23. HasPredictionCol
  24. HasFeaturesCol
  25. HasLabelCol
  26. Model
  27. Transformer
  28. PipelineStage
  29. Logging
  30. Params
  31. Serializable
  32. Serializable
  33. Identifiable
  34. AnyRef
  35. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LightGBMClassificationModel()
  2. new LightGBMClassificationModel(uid: String)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def $[T](param: Param[T]): T
    Attributes
    protected
    Definition Classes
    Params
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. val actualNumClasses: IntParam
    Definition Classes
    HasActualNumClasses
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. lazy val classNameHelper: String
    Attributes
    protected
    Definition Classes
    BaseWrappable
  8. final def clear(param: Param[_]): LightGBMClassificationModel.this.type
    Definition Classes
    Params
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  10. def companionModelClassName: String
    Attributes
    protected
    Definition Classes
    BaseWrappable
  11. def copy(extra: ParamMap): LightGBMClassificationModel
    Definition Classes
    LightGBMClassificationModel → Model → Transformer → PipelineStage → Params
  12. def copyValues[T <: Params](to: T, extra: ParamMap): T
    Attributes
    protected
    Definition Classes
    Params
  13. lazy val copyrightLines: String
    Attributes
    protected
    Definition Classes
    BaseWrappable
  14. final def defaultCopy[T <: Params](extra: ParamMap): T
    Attributes
    protected
    Definition Classes
    Params
  15. def dotnetAdditionalMethods: String
    Definition Classes
    DotnetWrappable
  16. def dotnetClass(): String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  17. lazy val dotnetClassName: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  18. lazy val dotnetClassNameString: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  19. lazy val dotnetClassWrapperName: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  20. lazy val dotnetCopyrightLines: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  21. def dotnetExtraEstimatorImports: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  22. def dotnetExtraMethods: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  23. lazy val dotnetInternalWrapper: Boolean
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  24. def dotnetMLReadWriteMethods: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  25. lazy val dotnetNamespace: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  26. lazy val dotnetObjectBaseClass: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  27. def dotnetParamGetter(p: Param[_]): String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  28. def dotnetParamGetters: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  29. def dotnetParamSetter(p: Param[_]): String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  30. def dotnetParamSetters: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  31. def dotnetWrapAsTypeMethod: String
    Attributes
    protected
    Definition Classes
    DotnetWrappable
  32. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  34. def explainParam(param: Param[_]): String
    Definition Classes
    Params
  35. def explainParams(): String
    Definition Classes
    Params
  36. def extractInstances(dataset: Dataset[_], numClasses: Int): RDD[Instance]
    Attributes
    protected
    Definition Classes
    ClassifierParams
  37. def extractInstances(dataset: Dataset[_], validateInstance: (Instance) ⇒ Unit): RDD[Instance]
    Attributes
    protected
    Definition Classes
    PredictorParams
  38. def extractInstances(dataset: Dataset[_]): RDD[Instance]
    Attributes
    protected
    Definition Classes
    PredictorParams
  39. final def extractParamMap(): ParamMap
    Definition Classes
    Params
  40. final def extractParamMap(extra: ParamMap): ParamMap
    Definition Classes
    Params
  41. final val featuresCol: Param[String]
    Definition Classes
    HasFeaturesCol
  42. def featuresDataType: DataType
    Attributes
    protected
    Definition Classes
    PredictionModel
  43. def featuresShap(features: Vector): Vector

    Protected method to predict local SHAP feature importance values for an instance.

    Protected method to predict local SHAP feature importance values for an instance.

    features

    The local instance or row to compute the local SHAP values for.

    returns

    The SHAP local feature importance values.

    Attributes
    protected
    Definition Classes
    LightGBMModelMethods
  44. val featuresShapCol: Param[String]
    Definition Classes
    LightGBMPredictionParams
  45. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  46. final def get[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  47. def getActualNumClasses: Int
    Definition Classes
    HasActualNumClasses
  48. def getBoosterBestIteration(): Int

    Public method to get the best iteration from the booster.

    Public method to get the best iteration from the booster.

    returns

    The best iteration, if early stopping was triggered.

    Definition Classes
    LightGBMModelMethods
  49. def getBoosterNumClasses(): Int

    Public method to get the number of classes from the booster.

    Public method to get the number of classes from the booster.

    returns

    The number of classes.

    Definition Classes
    LightGBMModelMethods
  50. def getBoosterNumFeatures(): Int

    Public method to get the number of features from the booster.

    Public method to get the number of features from the booster.

    returns

    The number of features.

    Definition Classes
    LightGBMModelMethods
  51. def getBoosterNumTotalIterations(): Int

    Public method to get the total number of iterations trained.

    Public method to get the total number of iterations trained.

    returns

    The total number of iterations trained.

    Definition Classes
    LightGBMModelMethods
  52. def getBoosterNumTotalModel(): Int

    Public method to get the total number of models trained.

    Public method to get the total number of models trained. Note this may be larger than the number of iterations, since in multiclass a model is trained per class for each iteration.

    returns

    The total number of models.

    Definition Classes
    LightGBMModelMethods
  53. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  54. final def getDefault[T](param: Param[T]): Option[T]
    Definition Classes
    Params
  55. def getDenseFeatureShaps(features: Array[Double]): Array[Double]

    Public method for pyspark API to get the dense local SHAP feature importance values for an instance.

    Public method for pyspark API to get the dense local SHAP feature importance values for an instance.

    features

    The local instance or row to compute the SHAP values for.

    returns

    The local feature importance values.

    Definition Classes
    LightGBMModelMethods
  56. def getFeatureImportances(importanceType: String): Array[Double]

    Public method to get the global feature importance values.

    Public method to get the global feature importance values.

    importanceType

    split or gini

    returns

    The global feature importance values.

    Definition Classes
    LightGBMModelMethods
  57. def getFeatureShaps(features: Vector): Array[Double]

    Public method to get the vector local SHAP feature importance values for an instance.

    Public method to get the vector local SHAP feature importance values for an instance.

    features

    The local instance or row to compute the SHAP values for.

    returns

    The local feature importance values.

    Definition Classes
    LightGBMModelMethods
  58. final def getFeaturesCol: String
    Definition Classes
    HasFeaturesCol
  59. def getFeaturesShapCol: String
    Definition Classes
    LightGBMPredictionParams
  60. final def getLabelCol: String
    Definition Classes
    HasLabelCol
  61. def getLeafPredictionCol: String
    Definition Classes
    LightGBMPredictionParams
  62. def getLightGBMBooster: LightGBMBooster
    Definition Classes
    LightGBMModelParams
  63. def getModel: LightGBMBooster

    Alias for same method

    Alias for same method

    returns

    The LightGBM Booster.

    Definition Classes
    LightGBMModelParams
  64. def getNativeModel(): String

    Gets the native model serialized representation as a string.

    Gets the native model serialized representation as a string.

    Definition Classes
    LightGBMModelMethods
  65. def getNumIterations: Int
    Definition Classes
    LightGBMModelParams
  66. final def getOrDefault[T](param: Param[T]): T
    Definition Classes
    Params
  67. def getParam(paramName: String): Param[Any]
    Definition Classes
    Params
  68. def getParamInfo(p: Param[_]): ParamInfo[_]
    Definition Classes
    BaseWrappable
  69. def getPredictDisableShapeCheck: Boolean
    Definition Classes
    LightGBMPredictionParams
  70. final def getPredictionCol: String
    Definition Classes
    HasPredictionCol
  71. final def getProbabilityCol: String
    Definition Classes
    HasProbabilityCol
  72. final def getRawPredictionCol: String
    Definition Classes
    HasRawPredictionCol
  73. def getSparseFeatureShaps(size: Int, indices: Array[Int], values: Array[Double]): Array[Double]

    Public method for pyspark API to get the sparse local SHAP feature importance values for an instance.

    Public method for pyspark API to get the sparse local SHAP feature importance values for an instance.

    returns

    The local feature importance values.

    Definition Classes
    LightGBMModelMethods
  74. def getStartIteration: Int
    Definition Classes
    LightGBMModelParams
  75. def getThresholds: Array[Double]
    Definition Classes
    HasThresholds
  76. final def hasDefault[T](param: Param[T]): Boolean
    Definition Classes
    Params
  77. def hasParam(paramName: String): Boolean
    Definition Classes
    Params
  78. def hasParent: Boolean
    Definition Classes
    Model
  79. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  80. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  81. def initializeLogIfNecessary(isInterpreter: Boolean): Unit
    Attributes
    protected
    Definition Classes
    Logging
  82. final def isDefined(param: Param[_]): Boolean
    Definition Classes
    Params
  83. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  84. final def isSet(param: Param[_]): Boolean
    Definition Classes
    Params
  85. def isTraceEnabled(): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  86. final val labelCol: Param[String]
    Definition Classes
    HasLabelCol
  87. val leafPredictionCol: Param[String]
    Definition Classes
    LightGBMPredictionParams
  88. val lightGBMBooster: LightGBMBoosterParam
    Definition Classes
    LightGBMModelParams
  89. def log: Logger
    Attributes
    protected
    Definition Classes
    Logging
  90. def logBase(methodName: String): Unit
    Attributes
    protected
    Definition Classes
    BasicLogging
  91. def logClass(): Unit
    Definition Classes
    BasicLogging
  92. def logDebug(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  93. def logDebug(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  94. def logError(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  95. def logError(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  96. def logErrorBase(methodName: String, e: Exception): Unit
    Attributes
    protected
    Definition Classes
    BasicLogging
  97. def logFit[T](f: ⇒ T): T
    Definition Classes
    BasicLogging
  98. def logInfo(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  99. def logInfo(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  100. def logName: String
    Attributes
    protected
    Definition Classes
    Logging
  101. def logPredict[T](f: ⇒ T): T
    Definition Classes
    BasicLogging
  102. def logTrace(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  103. def logTrace(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  104. def logTrain[T](f: ⇒ T): T
    Definition Classes
    BasicLogging
  105. def logTransform[T](f: ⇒ T): T
    Definition Classes
    BasicLogging
  106. def logVerb[T](verb: String, f: ⇒ T): T
    Definition Classes
    BasicLogging
  107. def logWarning(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  108. def logWarning(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  109. def makeDotnetFile(conf: CodegenConfig): Unit
    Definition Classes
    DotnetWrappable
  110. def makePyFile(conf: CodegenConfig): Unit
    Definition Classes
    PythonWrappable
  111. def makeRFile(conf: CodegenConfig): Unit
    Definition Classes
    RWrappable
  112. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  113. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  114. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  115. def numClasses: Int
    Definition Classes
    LightGBMClassificationModel → ClassificationModel
  116. def numFeatures: Int
    Definition Classes
    PredictionModel
    Annotations
    @Since( "1.6.0" )
  117. val numIterations: IntParam
    Definition Classes
    LightGBMModelParams
  118. lazy val params: Array[Param[_]]
    Definition Classes
    Params
  119. var parent: Estimator[LightGBMClassificationModel]
    Definition Classes
    Model
  120. def predict(features: Vector): Double
    Definition Classes
    ClassificationModel → PredictionModel
  121. def predictColumn: Column
    Attributes
    protected
  122. val predictDisableShapeCheck: BooleanParam
    Definition Classes
    LightGBMPredictionParams
  123. def predictLeaf(features: Vector): Vector

    Protected method to predict leaf index.

    Protected method to predict leaf index.

    features

    The local instance or row to compute the leaf index for.

    returns

    The predicted leaf index.

    Attributes
    protected
    Definition Classes
    LightGBMModelMethods
  124. def predictProbability(features: Vector): Vector
    Definition Classes
    LightGBMClassificationModel → ProbabilisticClassificationModel
  125. def predictRaw(features: Vector): Vector
    Definition Classes
    LightGBMClassificationModel → ClassificationModel
  126. final val predictionCol: Param[String]
    Definition Classes
    HasPredictionCol
  127. def probability2prediction(probability: Vector): Double
    Attributes
    protected
    Definition Classes
    ProbabilisticClassificationModel
  128. final val probabilityCol: Param[String]
    Definition Classes
    HasProbabilityCol
  129. def pyAdditionalMethods: String
    Definition Classes
    PythonWrappable
  130. lazy val pyClassDoc: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  131. lazy val pyClassName: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  132. def pyExtraEstimatorImports: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  133. def pyExtraEstimatorMethods: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  134. lazy val pyInheritedClasses: Seq[String]
    Attributes
    protected
    Definition Classes
    PythonWrappable
  135. def pyInitFunc(): String
    Definition Classes
    PythonWrappable
  136. lazy val pyInternalWrapper: Boolean
    Attributes
    protected
    Definition Classes
    LightGBMClassificationModelPythonWrappable
  137. lazy val pyObjectBaseClass: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  138. def pyParamArg[T](p: Param[T]): String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  139. def pyParamDefault[T](p: Param[T]): Option[String]
    Attributes
    protected
    Definition Classes
    PythonWrappable
  140. def pyParamGetter(p: Param[_]): String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  141. def pyParamSetter(p: Param[_]): String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  142. def pyParamsArgs: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  143. def pyParamsDefaults: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  144. lazy val pyParamsDefinitions: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  145. def pyParamsGetters: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  146. def pyParamsSetters: String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  147. def pythonClass(): String
    Attributes
    protected
    Definition Classes
    PythonWrappable
  148. def rClass(): String
    Attributes
    protected
    Definition Classes
    RWrappable
  149. def rDocString: String
    Attributes
    protected
    Definition Classes
    RWrappable
  150. def rExtraBodyLines: String
    Attributes
    protected
    Definition Classes
    RWrappable
  151. def rExtraInitLines: String
    Attributes
    protected
    Definition Classes
    RWrappable
  152. lazy val rFuncName: String
    Attributes
    protected
    Definition Classes
    RWrappable
  153. lazy val rInternalWrapper: Boolean
    Attributes
    protected
    Definition Classes
    RWrappable
  154. def rParamArg[T](p: Param[T]): String
    Attributes
    protected
    Definition Classes
    RWrappable
  155. def rParamsArgs: String
    Attributes
    protected
    Definition Classes
    RWrappable
  156. def rSetterLines: String
    Attributes
    protected
    Definition Classes
    RWrappable
  157. def raw2prediction(rawPrediction: Vector): Double
    Attributes
    protected
    Definition Classes
    ProbabilisticClassificationModel → ClassificationModel
  158. def raw2probability(rawPrediction: Vector): Vector
    Attributes
    protected
    Definition Classes
    ProbabilisticClassificationModel
  159. def raw2probabilityInPlace(rawPrediction: Vector): Vector
    Attributes
    protected
    Definition Classes
    LightGBMClassificationModel → ProbabilisticClassificationModel
  160. final val rawPredictionCol: Param[String]
    Definition Classes
    HasRawPredictionCol
  161. def save(path: String): Unit
    Definition Classes
    MLWritable
    Annotations
    @Since( "1.6.0" ) @throws( ... )
  162. def saveNativeModel(filename: String, overwrite: Boolean): Unit

    Saves the native model serialized representation to file.

    Saves the native model serialized representation to file.

    filename

    The name of the file to save the model to

    overwrite

    Whether to overwrite if the file already exists

    Definition Classes
    LightGBMModelMethods
  163. final def set(paramPair: ParamPair[_]): LightGBMClassificationModel.this.type
    Attributes
    protected
    Definition Classes
    Params
  164. final def set(param: String, value: Any): LightGBMClassificationModel.this.type
    Attributes
    protected
    Definition Classes
    Params
  165. final def set[T](param: Param[T], value: T): LightGBMClassificationModel.this.type
    Definition Classes
    Params
  166. def setActualNumClasses(value: Int): LightGBMClassificationModel.this.type
    Definition Classes
    HasActualNumClasses
  167. final def setDefault(paramPairs: ParamPair[_]*): LightGBMClassificationModel.this.type
    Attributes
    protected
    Definition Classes
    Params
  168. final def setDefault[T](param: Param[T], value: T): LightGBMClassificationModel.this.type
    Attributes
    protected
    Definition Classes
    Params
  169. def setFeaturesCol(value: String): LightGBMClassificationModel
    Definition Classes
    PredictionModel
  170. def setFeaturesShapCol(value: String): LightGBMClassificationModel.this.type
    Definition Classes
    LightGBMPredictionParams
  171. def setLeafPredictionCol(value: String): LightGBMClassificationModel.this.type
    Definition Classes
    LightGBMPredictionParams
  172. def setLightGBMBooster(value: LightGBMBooster): LightGBMClassificationModel.this.type
    Definition Classes
    LightGBMModelParams
  173. def setNumIterations(value: Int): LightGBMClassificationModel.this.type
    Definition Classes
    LightGBMModelParams
  174. def setParent(parent: Estimator[LightGBMClassificationModel]): LightGBMClassificationModel
    Definition Classes
    Model
  175. def setPredictDisableShapeCheck(value: Boolean): LightGBMClassificationModel.this.type
    Definition Classes
    LightGBMPredictionParams
  176. def setPredictionCol(value: String): LightGBMClassificationModel
    Definition Classes
    PredictionModel
  177. def setProbabilityCol(value: String): LightGBMClassificationModel
    Definition Classes
    ProbabilisticClassificationModel
  178. def setRawPredictionCol(value: String): LightGBMClassificationModel
    Definition Classes
    ClassificationModel
  179. def setStartIteration(value: Int): LightGBMClassificationModel.this.type
    Definition Classes
    LightGBMModelParams
  180. def setThresholds(value: Array[Double]): LightGBMClassificationModel
    Definition Classes
    ProbabilisticClassificationModel
  181. val startIteration: IntParam
    Definition Classes
    LightGBMModelParams
  182. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  183. val thisStage: Params
    Attributes
    protected
    Definition Classes
    BaseWrappable
  184. val thresholds: DoubleArrayParam
    Definition Classes
    HasThresholds
  185. def toString(): String
    Definition Classes
    Identifiable → AnyRef → Any
  186. def transform(dataset: Dataset[_]): DataFrame

    Implementation based on ProbabilisticClassifier with slight modifications to avoid calling raw2probabilityInPlace to defer the probability calculation to lightgbm native code.

    Implementation based on ProbabilisticClassifier with slight modifications to avoid calling raw2probabilityInPlace to defer the probability calculation to lightgbm native code.

    dataset

    input dataset

    returns

    transformed dataset

    Definition Classes
    LightGBMClassificationModel → ProbabilisticClassificationModel → ClassificationModel → PredictionModel → Transformer
  187. def transform(dataset: Dataset[_], paramMap: ParamMap): DataFrame
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" )
  188. def transform(dataset: Dataset[_], firstParamPair: ParamPair[_], otherParamPairs: ParamPair[_]*): DataFrame
    Definition Classes
    Transformer
    Annotations
    @Since( "2.0.0" ) @varargs()
  189. final def transformImpl(dataset: Dataset[_]): DataFrame
    Definition Classes
    ClassificationModel → PredictionModel
  190. def transformSchema(schema: StructType): StructType
    Definition Classes
    ProbabilisticClassificationModel → ClassificationModel → PredictionModel → PipelineStage
  191. def transformSchema(schema: StructType, logging: Boolean): StructType
    Attributes
    protected
    Definition Classes
    PipelineStage
    Annotations
    @DeveloperApi()
  192. val uid: String
    Definition Classes
    LightGBMClassificationModelBasicLogging → Identifiable
  193. def updateBoosterParamsBeforePredict(): Unit
    Attributes
    protected
    Definition Classes
    LightGBMModelMethods
  194. def validateAndTransformSchema(schema: StructType, fitting: Boolean, featuresDataType: DataType): StructType
    Attributes
    protected
    Definition Classes
    ProbabilisticClassifierParams → ClassifierParams → PredictorParams
  195. val ver: String
    Definition Classes
    BasicLogging
  196. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  197. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  198. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  199. def write: MLWriter
    Definition Classes
    ComplexParamsWritable → MLWritable

Inherited from BasicLogging

Inherited from ComplexParamsWritable

Inherited from MLWritable

Inherited from HasActualNumClasses

Inherited from LightGBMPredictionParams

Inherited from LightGBMModelMethods

Inherited from LightGBMModelParams

Inherited from Wrappable

Inherited from DotnetWrappable

Inherited from RWrappable

Inherited from PythonWrappable

Inherited from BaseWrappable

Inherited from ProbabilisticClassificationModel[Vector, LightGBMClassificationModel]

Inherited from ProbabilisticClassifierParams

Inherited from HasThresholds

Inherited from HasProbabilityCol

Inherited from ClassificationModel[Vector, LightGBMClassificationModel]

Inherited from ClassifierParams

Inherited from HasRawPredictionCol

Inherited from PredictionModel[Vector, LightGBMClassificationModel]

Inherited from PredictorParams

Inherited from HasPredictionCol

Inherited from HasFeaturesCol

Inherited from HasLabelCol

Inherited from Model[LightGBMClassificationModel]

Inherited from Transformer

Inherited from PipelineStage

Inherited from Logging

Inherited from Params

Inherited from Serializable

Inherited from Serializable

Inherited from Identifiable

Inherited from AnyRef

Inherited from Any

Ungrouped