Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 520 Bytes

weighted_mean_absolute_percentage_error.rst

File metadata and controls

22 lines (16 loc) · 520 Bytes
.. customcarditem::
   :header: Weighted Mean Absolute Percentage Error (WMAPE)
   :image: https://pl-flash-data.s3.amazonaws.com/assets/thumbnails/tabular_classification.svg
   :tags: Regression

Weighted MAPE

Module Interface

.. autoclass:: torchmetrics.WeightedMeanAbsolutePercentageError
    :noindex:

Functional Interface

.. autofunction:: torchmetrics.functional.weighted_mean_absolute_percentage_error
    :noindex: