.. customcarditem::
   :header: Relative Squared Error
   :image: _static/fetched-s3-assets/tabular_classification.svg
   :tags: Regression

.. include:: ../links.rst

############################
Relative Squared Error (RSE)
############################

Module Interface
________________

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

Functional Interface
____________________

.. autofunction:: torchmetrics.functional.relative_squared_error