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

GET /study/{id} #51

Open PGijsbers opened 1 year ago

PGijsbers commented 10 months ago

🪲 administrators can not access private datasets

PGijsbers commented 10 months ago

I decided to not support legacy studies in the new implementation. The php code already says TODO: remove ASAP. We would need to have a look at how to migrate the legacy studies to new-style studies (if at all - legacy studies may have things attached that modern studies can't, such as flows).

PGijsbers commented 10 months ago

❓What is the benchmark_suite identifier in the study table? Is it a field for run studies to link to a task study?

PGijsbers commented 10 months ago

⚠️ Current implementation of run studies is not tested, requires updated test database that contains run study (and runs).

PGijsbers commented 9 months ago

Migrate legacy studies in database.

PGijsbers commented 9 months ago

❓What is the benchmark_suite identifier in the study table? Is it a field for run studies to link to a task study?

The column is not used (in production), we can delete it.