JuliaAI / JuliaAI/StatisticalMeasures.jl

median absolute error

Open
#27 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Julia
Stars
23
Forks
7
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue provides a Julia implementation sketch but names no repository files or tests. Start by locating existing statistical measure implementations and their test conventions; done means median absolute error is integrated consistently with those measures and its behavior is covered.

Written by the indexing model from the issue text.

Assessment

Tech stack
julia
Domain
machine-learning
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.