openml / server-api

Python-based server
https://openml.github.io/server-api/
BSD 3-Clause "New" or "Revised" License
1 stars 1 forks source link

Allow explicit failure as run result #178

Open PGijsbers opened 1 month ago

PGijsbers commented 1 month ago

Currently there is no way to store a "failed run" result on OpenML: when a flow has been executed on a task, but the result is a crash (or timeout). We should consider storing this information (also helps with computing some metrics, e.g., EPP).