LogLoss: Fast Logarithmic Loss (logloss) computation

Description Usage Arguments Value

Description

This function computes the Logarithmic Lost fast.

Usage

1
LogLoss(preds, labels, eps = 1e-15)

Arguments

preds

Type: numeric. The predictions.

labels

Type: numeric. The labels (0, 1).

eps

Type: numeric. The shrinkage between the 0 and 1's bounds.

Value

The Logarithmic Loss.


Laurae2/Laurae documentation built on May 8, 2019, 7:59 p.m.