Skip to content

Metrics meanabsolutepercentageerror

github-actions[bot] edited this page Aug 22, 2026 · 26 revisions

MeanAbsolutePercentageError

The miss as a fraction of the truth, for targets whose scale changes from sample to sample.

Members

Member What it does
MeanAbsolutePercentageError.Score The mean of |yTrue - yPred| / |yTrue|, with the denominator clamped away from zero.
MeanAbsolutePercentageError.PerOutput One mean absolute percentage error per output, unreduced.

Lodestar

Project

Clone this wiki locally