openml / openml/OpenML

Not all evaluation measures computed

Open
#518 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
Dominant language
PHP
Stars
755
Forks
128
PR merge metrics
No merged PRs in 30d

Description

The evaluation engine only computes 21 evaluation measures, while many more are possible.
Most importantly, the confusion matrix is not computed, nor are mean_recall and probabilistic measures.

We have the predictions stored. We should update the evaluation engine settings and add the missing ones?

Contributor guide

Open the contributing guide

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

No files or tests are named. Start by locating the evaluation engine settings and the code that consumes stored predictions; inventory the existing 21 measures and the requested confusion matrix, mean_recall, and probabilistic measures. Done means the agreed missing measures are computed by the engine and covered by verification.

Written by the indexing model from the issue text.

Assessment

Tech stack
php
Domain
machine-learning
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.