mlr3shiny
mlr3shiny copied to clipboard
Ordered_action in robustify has incorrect selection options
trafficstars
In the robustify pipeline, the available selection options for ordered_action are currently "factor", "factor!", "matrix", "matrix!", "ignore" and "ignore!". However, ordered factors cannot be converted into a matrix. In addition to "factor(!)" and "ignore(!)", the correct options for ordered_action would be "numeric", "numeric!", "integer" and "integer!".