.. customcarditem::
   :header: Mean Squared Log Error (MSLE)
   :image: _static/fetched-s3-assets/tabular_classification.svg
   :tags: Regression

.. include:: ../links.rst

#############################
Mean Squared Log Error (MSLE)
#############################

Module Interface
________________

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

Functional Interface
____________________

.. autofunction:: torchmetrics.functional.mean_squared_log_error