tidymodels / workflowsets

Create a collection of modeling workflows
https://workflowsets.tidymodels.org/
Other
92 stars 10 forks source link

`rank_plot()` accepts dots but is not supplied them #133

Closed simonpcouch closed 8 months ago

simonpcouch commented 10 months ago

They are in the function signature: https://github.com/tidymodels/workflowsets/blob/c2bdd25a171ee3790cc24f214a147c335030c38d/R/autoplot.R#L58-L59

But are not passed them and don't make use of them: https://github.com/tidymodels/workflowsets/blob/c2bdd25a171ee3790cc24f214a147c335030c38d/R/autoplot.R#L48-L51