Skip to content

Commit

Permalink
docs: add MAPE description to MARE (#3199)
Browse files Browse the repository at this point in the history
Co-authored-by: Aleyna Albayrak <[email protected]>
  • Loading branch information
aalbayrak394 and Aleyna Albayrak authored Feb 14, 2024
1 parent 7fefe60 commit 72a3c30
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


class MeanAbsoluteRelativeError(_BaseRegression):
r"""Calculate Mean Absolute Relative Error.
r"""Calculate Mean Absolute Relative Error (MARE), also known as Mean Absolute Percentage Error (MAPE).
.. math::
\text{MARE} = \frac{1}{n}\sum_{j=1}^n\frac{\left|A_j-P_j\right|}{\left|A_j\right|}
Expand Down

0 comments on commit 72a3c30

Please sign in to comment.