mlr3shiny
mlr3shiny copied to clipboard
Empty / Default[3] input values on Shiny translate to 0 vs NA on Windows / Linux`
trafficstars
Issue: Linux and Windows translate empty Shiny value differently (in Learner). If Out of Bounds, there is no issue as we now revert back to defaults of algorithms. If however, implicit 0 value is within bounds, the hyperparam gets set to 0 implicitly.
Resolution: For now this is not an issue, but can be if different algos are introduced. Keep this as a reminder