mlr-org / mlr3learners

Recommended learners for mlr3
https://mlr3learners.mlr-org.com
GNU Lesser General Public License v3.0
89 stars 14 forks source link

ranger hyperparameter split.select.weights has the wrong type #176

Closed normanwang92 closed 2 years ago

normanwang92 commented 3 years ago

Per the document, the type of split.select.weights is either a vector of doubles or a list of doubles. Would it make more sense to add it as ParamUty rather than ParamDbl? I tried to pass in a vector and an error was raised saying the assertion failed. A (quick) fix would be much appreciated!

HZ