You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think there might be a bug in the latest version, specifically somehwere in the code for training an elastic net model. I was receiving this error: "Error in setHyperPars2.Learner(learner, insert(par.vals, args)) : is not feasible for parameter 'alpha'!" but I noticed it works fine if I explicitly set a fixed alpha value with param.set.
The text was updated successfully, but these errors were encountered:
Thanks very much for your feedback! Yeah, i already encountered this error as well before. Are you using the latest Bioconductor version or the development version from Github?
Maybe you could try to install the latest version of the package via devtools:
I'm using the latest version, 3.12. Unfortunately not, I still get the same error. I see there's also is a deprecation warning from mlr when loading SIAMCAT, Maybe the problem is in there? Are you planning to update the package to use mlr3?
Hi,
I think there might be a bug in the latest version, specifically somehwere in the code for training an elastic net model. I was receiving this error: "Error in setHyperPars2.Learner(learner, insert(par.vals, args)) : is not feasible for parameter 'alpha'!" but I noticed it works fine if I explicitly set a fixed alpha value with param.set.
The text was updated successfully, but these errors were encountered: