Skip to content

ML.EVAL.REGRESSION.MAX_ERROR

Returns the max error metric.

Syntax

ML.EVAL.REGRESSION.MAX_ERROR(y_true, y_pred)

Arguments

Name Type Default Description
y_true object DataFrame or array object of ground-truth target values.
y_pred object DataFrame or array object of predicted target values.

Examples

Examples coming soon

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

See also