Metrics 0.3.0 meanabsolutepercentageerror - CyrilB1531/lodestar GitHub Wiki
Lodestar.Metrics 0.3.0. This page is frozen at that release. Read the current documentation for what
mainsays now. A link to a decision or a migration page followsmain, and leaves the archive.
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. |