-
-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: listOMLHyperparams for list of run.ids #348
Comments
Do we have an API for this now? |
what we want is this: listOMLSetups(setup.ids) --> data frame of hyperparams for the setup ids listOMLRunsEvaluations: we need this very soon. can this be done pls? |
The API is not working, see openml/OpenML#411 (comment) . Will have a look when this is fixed. |
I started to work on this here #378 |
Done in #378, we now have the |
Ok, thanks. |
it's supported by the REST API but not 100% documented in https://www.openml.org/api_docs/#!/setup/get_setup_id |
Ok, but you can send only one run.ID per request, right? |
Nope, you can also ask for all parameter configurations of a specific flow. This is only one request and it already gives you more than one run (but a maximum of 10000 results if I remember correctly). For now, you could get your own runs using But maybe @janvanrijn or @joaquinvanschoren will extend this |
can we please add a practical example to the vignette / online tutorial? this is an important point |
It would be nice to have a function to extract the hyper parameters for several run ids. The current way is to use getOMLRun() for each single run id, which is really slow.
The text was updated successfully, but these errors were encountered: