openml / OpenML

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

document available filters #480

Open TGlas opened 7 years ago

TGlas commented 7 years ago

I just learned by chance that data sets can be filtered with the following filters:

tag,status,limit,offset,data_name,number_instances,number_features,number_classes,number_missing_values.

So the list provided in the API docs https://test.openml.org/api_docs/#!/data/get_data_list_filters is incomplete, in particular filtering by data_name is missing.

TGlas commented 7 years ago

Brief addition: the "owned" filter is documented for flows, but it seems that this is no longer supported. https://test.openml.org/api_docs/#!/flow/get_flow_owned Result:

<oml:error xmlns:oml="http://openml.org/openml">
    <oml:code>100</oml:code>
    <oml:message>Function not valid</oml:message>
</oml:error>