-
-
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
Upload failed runs #371
Comments
Yes this is supported on the server
On Fri, 23 Jun 2017 at 10:48, DanielKuehn87 ***@***.***> wrote:
Is it currently possible to upload failed runs using R?
I'd like to know for which parameter-settings my mlr runs fail.
Seems like OpenML should be able to handle it: openml/OpenML#424
<openml/OpenML#424>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#371>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABpQVyDyLs-D8j2ZPk5rkRvHtgo_yq78ks5sG3v1gaJpZM4ODTKM>
.
--
Thank you,
Joaquin
|
Unfortunately, the R package currently does not support this (at least this is not tested). Would you be willing to help here to start a PR? |
Also, if you want to *download* failed runs, there is an option
'show_errors' that you must set to true, like this:
https://www.openml.org/api/v1/run/list/uploader/86/show_errors/true
This is not documented ATM
On Fri, Jun 23, 2017 at 1:10 PM Giuseppe Casalicchio < ***@***.***> wrote:
Unfortunately, the R package currently does not support this (at least
this is not tested). Would you be willing to help here to start a PR?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#371 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABpQV_doo4xmjLcdkuUkuoqFUW4lJ1ySks5sG50hgaJpZM4ODTKM>
.
--
Thank you,
Joaquin
|
@joaquinvanschoren Where is the documentation for the upload of the failed runs? Is it just uploadrun without any predictions? https://www.openml.org/api_docs/#!/run/post_run |
Yeah, I think you need to make sure that runTaskMlr produces a mlr |
I don't think this is explicitly documented, but the XSD shows how you can upload an error message with a run: |
Is it currently possible to upload failed runs using R?
I'd like to know for which parameter-settings my mlr runs fail.
Seems like OpenML should be able to handle it: openml/OpenML#424
The text was updated successfully, but these errors were encountered: