logloss: Log Loss for a binary classifier

View source: R/mod_error.R

loglossR Documentation

Log Loss for a binary classifier

Description

Log Loss for a binary classifier

Usage

logloss(true, estimated.prob)

Arguments

true

Factor: True labels. First level is the positive case

estimated.prob

Float, vector: Estimated probabilities

Author(s)

E.D. Gennatas


egenn/rtemis documentation built on Sept. 30, 2024, 4:13 p.m.