mlr3shiny
mlr3shiny copied to clipboard
mlr3shiny: Machine Learning in Shiny with mlr3
When trying to compute dependence graphs, the computation sometimes fails due to package conflicts. Error message: `Error: Package ‘rlang’ version 0.4.12 cannot be unloaded: Error in unloadNamespace(package) : namespace ‘rlang’...
Fixing the issue, that Benchmark-Results still show the long id instead of the established label
Function getAvailableParams() -- ln 321ff: params can no longer be accessed via: learnerobject$Learner$param_set$params[[paste0(learnerobject$Learner_Name, ".", learnerparams[[algorithm]][i])]] from paradox news: Removed Param objects. ParamSet now uses a data.table internally ...
Second part of #81: - add slider for subsampling autoplot of task and for explain tab: default: min(100, nobs)
The following learners don't support the predict types "se" and "distr": - regr.rpart - regr.xgboost - regr.svm The learners regr.ranger and regr.lm don't support the predict type "distr". Steps to...