Skip to content

ML.EVAL.REGRESSION.MEAN_POISSON_DEVIANCE

Returns the mean Poisson deviance regression loss.

Syntax

ML.EVAL.REGRESSION.MEAN_POISSON_DEVIANCE(y_true, y_pred, sample_weight)

Arguments

Name Type Default Description
y_true Any Positional argument 1
y_pred Any Positional argument 2
sample_weight Any None Positional argument 3

Examples

Examples coming soon

Working Excel formula examples for this function are not yet written.

See also