Skip to content

median absolute error #27

@oxinabox

Description

@oxinabox

I found a paper using this

Its simple enough to implement:

median_absolute_error(ŷ, y) =median(abs.(ŷ .- y))
const mdae = median_absolute_error

Its not the fastest measure to compute, but on most sizes of test data it is going to be cheap vs training.

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