LogLoss: Logarithmic Loss

Description Usage Arguments Examples

Description

This function computes the logarithmic loss for binary predictions.

Usage

1
LogLoss(Target, Prediction)

Arguments

Target

A vector of the binary dependent variable.

Prediction

A vector of the predictions.

Examples

1
LogLoss(Data[, Y], Model$fitted.values)

Then-Terence/LiteXploreR documentation built on May 18, 2019, 8:07 p.m.