mlr3shiny icon indicating copy to clipboard operation
mlr3shiny copied to clipboard

Predict tab: reset new dataset and prediction panel...

Open g-rho opened this issue 2 years ago • 0 comments
trafficstars

...if a) new predict data is imported or b) another learner is selected in predict tab or c) a new task is created

REPEX:

  • data: import sas iris.sas7bdat
  • task: iris
  • learner1: decision tree
  • predict: select learner 1, train learner, import iris.sas7bdat, predict target
  • learner tab: learner2: randomForest (default params)
  • change to predict tab, select learner 2 --> old prediction is still there

g-rho avatar May 17 '23 19:05 g-rho