Coorsaa / shinyMlr

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

Learner recommendation #13

Open PhilippPro opened 8 years ago

PhilippPro commented 8 years ago

We could order the learners due to their performance and give somehow some recommendations on them.

larskotthoff commented 8 years ago

Isn't that what OpenML does?

joebling commented 7 years ago

when the train data is big, learning will be time-consuming. Thus it will be better there is a progress bar to show the training.

jakob-r commented 7 years ago

At which point based on what indicators?

PhilippPro commented 7 years ago

Speed vs some performance measures on some OpenML datasets on a good default setting. We have some defaults now in shiny mlr, this is some kind of recommendation.^^

Some algorithms I just would not show (which are always worse and slower -> dominated by others -> only show the pareto front speed vs. performance)