openml / openml/server-api

Run Endpoints

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

Nobody has claimed this yet.

meta Migration Runs
Dominant language
Python
Stars
16
Forks
50
PR merge metrics
No merged PRs in 30d

Description

All run endpoints

GET

  • #37
    Get run description. Runs describe machine learning experiments, typically the results or running a certain model (flow) on a certain task.

  • #38
    Resets a run. Causes the evaluations of the run to be recomputed.

  • #39
    List and filter runs

  • #40
    Get run trace, containing all hyperparameter settings tried while tuning the model, and their evaluations.

DELETE

  • #41
    Delete run

POST

  • #42
    Upload run trace

  • #43
    Upload run

  • #44
    Uploads a run evaluation

  • #45
    Tag a run

  • #46
    Untag a run

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

Start by reviewing the completed endpoint items, #37 and #40, and then read the unchecked subissues #38, #39, #41, #42, #43, #44, #45, and #46. The checklist is complete when the remaining run reset, listing/filtering, deletion, upload, evaluation, tagging, and untagging endpoints are addressed.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
api, backend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.