mlr3shiny icon indicating copy to clipboard operation
mlr3shiny copied to clipboard

Ordered_action in robustify has incorrect selection options

Open karo702 opened this issue 4 months ago • 0 comments
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!".

karo702 avatar Jul 04 '25 08:07 karo702