Run Endpoints
Nobody has claimed this yet.
- 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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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