Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 554 Bytes

rating.rst

File metadata and controls

28 lines (22 loc) · 554 Bytes

Rating

Elliot integrates the following ratings-based error metrics.

Summary

.. py:module:: elliot.evaluation.metrics.rating
.. autosummary::
    mae.mae.MAE
    mse.mse.MSE
    rmse.rmse.RMSE

MAE

.. autoclass:: elliot.evaluation.metrics.rating.mae.mae.MAE
    :show-inheritance:

MSE

.. autoclass:: elliot.evaluation.metrics.rating.mse.mse.MSE
    :show-inheritance:

RMSE

.. autoclass:: elliot.evaluation.metrics.rating.rmse.rmse.RMSE
    :show-inheritance: