.. _f-metrics: module ``timeseries.metrics`` ============================= Short summary +++++++++++++ module ``mlinsights.timeseries.metrics`` Timeseries metrics. :githublink:`%|py|5` Functions +++++++++ +---------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------+ | function | truncated documentation | +=========================================================+=======================================================================================================================+ | :func:`ts_mape ` | Computes :math:`\frac{\sum_i | \hat{Y_t} - Y_t |} {\sum_i | Y_t - Y_{t-1} |}`. It compares the prediction to what ... | +---------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: mlinsights.timeseries.metrics :members: :special-members: __init__ :show-inheritance: