Coorsaa / shinyMlr

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

Improve plotly plots #115

Open florianfendt opened 7 years ago

florianfendt commented 7 years ago

we need to reiterate over the plotly plots. For some plots the reactive text of the plots is not nice. The summary plots show for example: as.numeric(d[, feature]) which should be changed to the actual feature name. Check all other plotly objects too when we do this!

florianfendt commented 7 years ago

Connected to #113