-
-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
There are sometimes bugs in mlr (e.g. mlr-org/mlr#2218) or OpenML (e.g. 171aee9 ) causing critical issues (e.g. some hyperparameters are not uploaded properly on the OpenML server).
Maybe we should always upload the learner object just to be sure that if something went wrong, one can still get the hyperparameters from the uploaded mlr learner object.
I thought of uploading just the result of getHyperPars(lrn) instead of the learner object itself, but this still does not solve the issue when there are also bugs in mlr (e.g. mlr-org/mlr#2218).
Metadata
Metadata
Assignees
Labels
No labels