Skip to content
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

Open
DanielKuehn87 opened this issue Jun 23, 2017 · 6 comments
Open

Upload failed runs #371

DanielKuehn87 opened this issue Jun 23, 2017 · 6 comments

Comments

@DanielKuehn87
Copy link

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

@joaquinvanschoren
Copy link
Sponsor Contributor

joaquinvanschoren commented Jun 23, 2017 via email

@giuseppec
Copy link
Member

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?

@joaquinvanschoren
Copy link
Sponsor Contributor

joaquinvanschoren commented Jun 23, 2017 via email

@DanielKuehn87
Copy link
Author

@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
I'll have a look, if I can manage to integrate it into the R interface.

@giuseppec
Copy link
Member

Yeah, I think you need to make sure that runTaskMlr produces a mlr FailureModel object and try to upload the run without predictions (but using the error message of the FailureModel ).

@joaquinvanschoren
Copy link
Sponsor Contributor

I don't think this is explicitly documented, but the XSD shows how you can upload an error message with a run:
https://www.openml.org/api/v1/xsd/openml.run.upload

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants