tidymodels / tidyclust

A tidy unified interface to clustering models
https://tidyclust.tidymodels.org/
Other
108 stars 14 forks source link

Embed cluster reorder function into object itself #154

Closed EmilHvitfeldt closed 1 year ago

EmilHvitfeldt commented 1 year ago

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

EmilHvitfeldt commented 1 year ago

was done in https://github.com/tidymodels/tidyclust/pull/162

github-actions[bot] commented 1 year ago

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.