Skip to content

upload the learner object with each run #411

@giuseppec

Description

@giuseppec

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions