-
-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
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!
adibender