openml / OpenML

Open Machine Learning
https://openml.org
BSD 3-Clause "New" or "Revised" License
668 stars 91 forks source link

Study listing on the test server broken #1073

Open mfeurer opened 4 years ago

mfeurer commented 4 years ago

Hi together,

I just noticed that there is an issue listing suites on the test server. Calling https://test.openml.org/api/v1/xml/study/list/main_entity_type/run/ gives:

<oml:error>
<oml:code>599</oml:code>
<oml:message>No studies according to the specified criteria. </oml:message>
</oml:error>

while there are a few thousand of them according to the website: https://test.openml.org/search?type=study

I'm wondering now if this is an API issue or a website issue?

joaquinvanschoren commented 4 years ago

I reset the test server. Can you try again, please? https://test.openml.org/api/v1/xml/study/list/main_entity_type/task/

But there are no 'run studies' on the test server right now.

mfeurer commented 3 years ago

I'm just having a look at this again and I am a bit puzzled. According to the API there are 0 run studies and 1 task study, but according to the website there are more than 6000 studies in total?