Joaquin Vanschoren

Results 160 comments of Joaquin Vanschoren

Hi, Any comment on this? It would be good to at least discuss it because we need to coordinate on this. Thanks.

Thanks. class_name would be something like 'tuneParams', as that is the top-level component. Ideally, that guy will have components such as the learner and control method. name would remain something...

+1 On Mon, 12 Mar 2018 at 17:58 Giuseppe Casalicchio wrote: > There are sometimes bugs in mlr or OpenML causing an issue that > hyperparameters are not stored properly...

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...

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...

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

This is likely an issue with the R API, I'll move this issue to the R tracker. Adding your api key to the url seems to work, e.g. try: https://www.openml.org/data/v1/download/7387780/Honey_bee_Seasonal_mortality.arff?api-key=1234567890...

Indeed. @giuseppec do you have time to look at this issue?

Yes, that is the plan :).