Skip to content

ML.EVAL.REGRESSION.MEDIAN_ABSOLUTE_ERROR

Returns the median absolute error regression loss.

Syntax

ML.EVAL.REGRESSION.MEDIAN_ABSOLUTE_ERROR(y_true, y_pred, multioutput, sample_weight)

Arguments

Name Type Default Description
y_true Any Positional argument 1
y_pred Any Positional argument 2
multioutput Any "uniform_average" Positional argument 3
sample_weight Any None Positional argument 4

Examples

Examples coming soon

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

See also