object GBTClassifier extends DefaultParamsReadable[GBTClassifier] with Serializable
- Annotations
- @Since( "1.4.0" )
- Source
- GBTClassifier.scala
- Alphabetic
- By Inheritance
- GBTClassifier
- Serializable
- Serializable
- DefaultParamsReadable
- MLReadable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
def
load(path: String): GBTClassifier
Reads an ML instance from the input path, a shortcut of
read.load(path)
.Reads an ML instance from the input path, a shortcut of
read.load(path)
.- Definition Classes
- GBTClassifier → MLReadable
- Annotations
- @Since( "2.0.0" )
- Note
Implementing classes should override this to be Java-friendly.
-
def
read: MLReader[GBTClassifier]
Returns an
MLReader
instance for this class.Returns an
MLReader
instance for this class.- Definition Classes
- DefaultParamsReadable → MLReadable
-
final
val
supportedLossTypes: Array[String]
Accessor for supported loss settings: logistic
Accessor for supported loss settings: logistic
- Annotations
- @Since( "1.4.0" )