Packages

object GBTRegressor extends DefaultParamsReadable[GBTRegressor] with Serializable

Annotations
@Since("1.4.0")
Source
GBTRegressor.scala
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GBTRegressor
  2. Serializable
  3. DefaultParamsReadable
  4. MLReadable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. 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
    GBTRegressorMLReadable
    Annotations
    @Since("2.0.0")
    Note

    Implementing classes should override this to be Java-friendly.

  2. def read: MLReader[GBTRegressor]

    Returns an MLReader instance for this class.

    Returns an MLReader instance for this class.

    Definition Classes
    DefaultParamsReadableMLReadable
  3. 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")