LamaTe / mlr3shiny

mlr3shiny: Machine Learning in Shiny with mlr3
Other
26 stars 12 forks source link

setting hyperparameters conflicts with robustify #64

Closed g-rho closed 1 year ago

g-rho commented 1 year ago

in server_learner, makeLearner() $param_set$values of robustify are replaced if hyperparameters of a learner are changed.

repex:

g-rho commented 1 year ago

PR #65