Closed EmilHvitfeldt closed 1 year ago
was done in https://github.com/tidymodels/tidyclust/pull/162
This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue.
Right now, the cluster reordering is done in the extraction functions.
Ideally this should happen at predict time, with the option to even have a function that does the reordering. This way we localize the code