mlr-org / mlr3

mlr3: Machine Learning in R - next generation
https://mlr3.mlr-org.com
GNU Lesser General Public License v3.0
914 stars 84 forks source link

"classif.svm" and "classif.regr" not in the key of as.data.table(mlr_learners) #971

Closed ligaojian96 closed 7 months ago

ligaojian96 commented 7 months ago

I am reading and learning the book Applied Machine Learning Using mlr3 in R, when I am following the examples provided by this book, I find the Algorithms like "classif.svm" and "classif.regr" are not in the learner, and I don’t know what happened.

Here is the screenshot.

无标题 无标题3

ligaojian96 commented 7 months ago

here is the version of my mlr3 package.

无标题2

be-marc commented 7 months ago

You have to load mlr3verse or mlr3learners, not only mlr3.