LamaTe / mlr3shiny

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

dropped features disappear from list after double klick #63

Open g-rho opened 1 year ago

g-rho commented 1 year ago

repex:

task iris select features -> uncheck petal.width, petal.length click select click select again -> features disappear from list and cannont be re-selected (unless a new task is created)

...repeat the same for sepal.width and sepal.length --> error due to non existing column(s)

g-rho commented 1 year ago

same for the positive class in german credit data: souble click on select (feature) removes selected class

g-rho commented 1 year ago

In addition: if you click 'deselect all' and confirm by clicking on 'Select' the screen will get transparent as a talk without features is not possible. In this case clicking 'Select' should not be possible but there should be a warning.