Package

ml.combust.mleap.core.tree

loss

Permalink

package loss

Visibility
  1. Public
  2. All

Type Members

  1. trait ClassificationLoss extends Loss

    Permalink
  2. trait Loss extends Serializable

    Permalink
    Annotations
    @SparkCode()

Value Members

  1. object LogLoss extends ClassificationLoss

    Permalink

    Class for log loss calculation (for classification).

    Class for log loss calculation (for classification). This uses twice the binomial negative log likelihood, called "deviance" in Friedman (1999).

    The log loss is defined as: 2 log(1 + exp(-2 y F(x))) where y is a label in {-1, 1} and F(x) is the model prediction for features x.

    Annotations
    @SparkCode()

Ungrouped