Then set hyper parameters, train, predict, resample etc. as described in the pleasant mlr3 book.
Regarding your second question, I think {mlr3} does not implement learners on its own. Instead it relies on several libraries. Probably this is the reason why regr.randomForest and regr.Ranger are available.
发布评论
评论(1)
过滤此 list by class“ regr”学习者对于回归问题是可以避免的。
要初始化
学习者
,例如“ regr.kknn”
do在2022-05-06创建的
/mlr3book.mlr-org.com/“ rel =“ nofollow noreferrer”>
mlr3
book 。关于您的第二个问题,我认为
{mlr3}
不会单独实现学习者
。相反,它依靠多个库。这可能就是为什么regr.randomforest
和regr.ranger
可用的原因。Filter this list by class "regr" to see which
learners
are avaiable for a regression problem.To initialise a
learner
, e.g."regr.kknn"
doCreated on 2022-05-06 by the reprex package (v2.0.1)
Then set hyper parameters, train, predict, resample etc. as described in the pleasant
mlr3
book.Regarding your second question, I think
{mlr3}
does not implementlearners
on its own. Instead it relies on several libraries. Probably this is the reason whyregr.randomForest
andregr.Ranger
are available.