-
-
Notifications
You must be signed in to change notification settings - Fork 93
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
API: Get parameter_setting for list of run.ids #411
Comments
Hmm, indeed, you'd have to do this one run at a time right now. Proposal:
@janvanrijn Does this sound feasible to you? |
Took a bit longer than expected. The functionality in the development branch, you can now apply setup/list with a set of filters (flow (int), tag (str)). Feel free to try it out. Will be moved to master branch soon. |
Ok, sounds cool. I will try it for sure. Thanks! |
The API does not working for me, i.e. for https://test.openml.org/api/v1/setup/list/flow/1 I get PHP errors
|
Thanks, I fixed a few bugs. This works now:
https://test.openml.org/api/v1/setup/list/flow/5
https://test.openml.org/api/v1/setup/list/limit/100
On Thu, Jul 6, 2017 at 9:28 AM Giuseppe Casalicchio < ***@***.***> wrote:
The API does not working for me, i.e. for
https://test.openml.org/api/v1/setup/list/flow/1 I get PHP errors
This page contains the following errors:
error on line 64 at column 1: Extra content at the end of the document
Below is a rendering of the page up to the first error.
A PHP Error was encountered Severity: Notice Message: Undefined variable: limit Filename: v1/Api_setup.php Line Number: 134 Backtrace: File: /var/www/openml.org/public_html/openml_OS/models/api/v1/Api_setup.php Line: 134 Function: _error_handler File: /var/www/openml.org/public_html/openml_OS/models/api/v1/Api_setup.php Line: 34 Function: setup_list File: /var/www/openml.org/public_html/openml_OS/controllers/Api_new.php Line: 149 Function: bootstrap File: /var/www/openml.org/public_html/openml_OS/controllers/Api_new.php Line: 111 Function: bootstrap File: /var/www/openml.org/public_html/index.php Line: 334 Function: require_once
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#411 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABpQVwa7pX752wVj1GIJho-C6muVNLZzks5sLIysgaJpZM4NMNkE>
.
--
Thank you,
Joaquin
|
Thanks. Is the tag filter referring to tags of the flow or tags of the run? |
I added a filter for setup id's:
https://test.openml.org/api/v1/setup/list/setup/3,4,5
On Thu, Jul 6, 2017 at 10:30 AM Giuseppe Casalicchio < ***@***.***> wrote:
Thanks. Is the tag filter referring to tags of the flow or tags of the run?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#411 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABpQVywVS3dGZCY_4AcaNpRZU2omDnHGks5sLJsNgaJpZM4NMNkE>
.
--
Thank you,
Joaquin
|
Can I close this? |
I can get the evaluations for a list of runs but afaik I currently can only get the used parameters one at a time. To run a meta-study I need both and pulling the parameters one at a time is really slow.
Could you please add some listing call for this as well so we could use this here openml/openml-r#348?
The text was updated successfully, but these errors were encountered: