Closed martinmacias closed 2 months ago
Any ideas @jannes-m ?
Hey @martinmacias,
I cannot reproduce the error. Is it possible that you need to update the mlr3 packages? In any case, a reproducible example with reprex::reprex(session_info = TRUE)
including the session info would be helpful.
It seems that for now it is safer to use mlr3 0.20.2 (install.packages("mlr3")
and mlr3extralearners 0.9.0 (remotes::install_github("mlr-org/mlr3extralearners@v0.9.0")
). There might be still some problems when using the most recent github versions.
Hello.
When trying to replicate step by step chapter 12 section: 12.5.2 Spatial tuning of machine-learning hyperparameters, I found the following error.
I provide the code I am using below. I have already tried multiple things such as changind the
encapsulate
parameter in the learner and using another package that uses SVM and nothing has worked. I am fairly new to the use of theml3r
environment, so I may be missing something before the replication of the chapter itself.R Session Info: