Evaluation.log_likelihood_loss: Evaluation.log_likelihood_loss

Description Usage Arguments Value

View source: R/Evaluation.R

Description

Log likelihood loss evaluation metric

Usage

1
2
Evaluation.log_likelihood_loss(data.observed = NULL, data.predicted,
  eps = 1e-15)

Arguments

data.observed

is unused. It is included in the function to comply to the general.

data.predicted

the Y outcome from the estimator.

eps

is a small offset to let the log not go to Inf.

Value

double the calculated log likelihood loss.


frbl/OnlineSuperLearner documentation built on Feb. 9, 2020, 9:28 p.m.