Regression
==========

.. currentmodule:: metrax

A collection of different metrics for regression models.

.. autosummary::
   :toctree: api/
   :template: autosummary/class.rst

   ~MAE
   ~MSE
   ~MSLE
   ~RMSE
   ~RMSLE
   ~RSQUARED
   ~SpearmanRankCorrelation
