object GBTRegressor extends DefaultParamsReadable[GBTRegressor] with Serializable
- Annotations
- @Since( "1.4.0" )
- Source
- GBTRegressor.scala
- Alphabetic
- By Inheritance
- GBTRegressor
- Serializable
- Serializable
- DefaultParamsReadable
- MLReadable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
def
load(path: String): GBTRegressor
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
- GBTRegressor → MLReadable
- Annotations
- @Since( "2.0.0" )
- Note
Implementing classes should override this to be Java-friendly.
-
def
read: MLReader[GBTRegressor]
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: squared (L2), absolute (L1)
Accessor for supported loss settings: squared (L2), absolute (L1)
- Annotations
- @Since( "1.4.0" )