Skip to content

Feature: Add Symmetric Mean Absolute Percentage Error (sMAPE) to Regression Metrics #436

@oglego

Description

@oglego

Currently, metrics_regression.rs provides Mean Absolute Percentage Error (MAPE), but lacks its symmetric counterpart, sMAPE.

sMAPE is a useful regression metric, particularly in time-series forecasting, because it addresses the asymmetry of standard MAPE (which penalizes over-forecasting more heavily than under-forecasting) and handles values near zero more gracefully by summing the absolute values of both the actual and predicted targets in the denominator.

It would be beneficial to add sMAPE to the Regression Metrics.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions