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 object DataFrame or array object of ground-truth target values.
y_pred object DataFrame or array object of predicted target values.
multioutput Any "uniform_average" How to aggregate scores across multiple output dimensions. One of 'raw_values', 'uniform_average', or 'variance_weighted'.
sample_weight Any None Optional DataFrame or array object of per-sample weights. Omit for uniform weights.

Examples

Examples coming soon

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

See also