Coorsaa / shinyMlr

shiny-mlr: Integration of the mlr package into shiny
Other
93 stars 20 forks source link

Visualisations: make it conditional on the task #16

Closed PhilippPro closed 7 years ago

PhilippPro commented 8 years ago

Show the respective visualisation tool only if accessible. (e.g. ROC Analysis only available for binary classification)

larskotthoff commented 8 years ago

I'm not sure what you mean with this. Have a listPlots() function?

PhilippPro commented 8 years ago

Yes something like that (listPlots(task)). And then only show it in the navbarmenu, if it makes sense.