Skip to content

Feature Request: Sugar for installing new learners #82

@RaphaelS1

Description

@RaphaelS1

It would be nice to have some functions like:

install_mlr3_learner("classif.ranger") -> `Learner`
install_mlr3_learners(c("classif.ranger", "classif.featureless")) -> `list`

Which on first run can automatically add the relevant code to install from drat and for additional runs can look up the learner id in the registry (#81) and then install the relevant packages. This would make it much easier for users to install a learner without needing to know the package name, and would interface very nicely with a registry.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions