mlr3shiny icon indicating copy to clipboard operation
mlr3shiny copied to clipboard

mlr3shiny: Machine Learning in Shiny with mlr3

Results 38 mlr3shiny issues
Sort by recently updated
recently updated
newest added
trafficstars

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’...

bug

Fixing the issue, that Benchmark-Results still show the long id instead of the established label

add info on measures when hovering over it

enhancement

add css for shinyalert in ui.R

enhancement

add 'last modified' timestamp to the bottom of each tab.

enhancement

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 ...

bug

Second part of #81: - add slider for subsampling autoplot of task and for explain tab: default: min(100, nobs)

bug
enhancement

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...

bug