Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 638 Bytes

symmetric_mean_absolute_percentage_error.rst

File metadata and controls

21 lines (15 loc) · 638 Bytes
.. customcarditem::
   :header: Symmetric Mean Absolute Percentage Error (SMAPE)
   :image: https://pl-flash-data.s3.amazonaws.com/assets/thumbnails/tabular_classification.svg
   :tags: Regression

Symmetric Mean Absolute Percentage Error (SMAPE)

Module Interface

.. autoclass:: torchmetrics.SymmetricMeanAbsolutePercentageError
    :exclude-members: update, compute

Functional Interface

.. autofunction:: torchmetrics.functional.symmetric_mean_absolute_percentage_error