Skip to content

Error in docs of Metrics::mape #47

@tobiasrebholz

Description

@tobiasrebholz

The docs of Metrics::mape read: "mape is calculated as the average of (actual - predicted) / abs(actual)"
However, the actual calculation is abs((actual - predicted) / actual)

EDIT
The docs of Metrics::ape are accordingly wrong.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions