shinyMlr icon indicating copy to clipboard operation
shinyMlr copied to clipboard

set tuned param values as input values in learner section

Open Coorsaa opened this issue 8 years ago • 3 comments

Right now, we always have the param defaults in the input boxes as predefined values in the learner section. It would be nice if we could change them to the tuned ones (after tuning).

Coorsaa avatar Jan 18 '17 15:01 Coorsaa

@Coorsaa Shouldn't this be closed or did I oversee sth and this is not working for some corner cases?

florianfendt avatar Feb 10 '17 21:02 florianfendt

Example: If you tune the randomForest learner, e.g. ntree = 1000. If you transfer the hyperpar to the learner it has now ntree = 1000 which is totally fine. However, if you go a step back to the learner section, the numericInput of ntree has still the default value of 500 in it.

Coorsaa avatar Feb 10 '17 22:02 Coorsaa

connected to #113

florianfendt avatar Mar 02 '17 08:03 florianfendt