Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug 馃悰 with metric / rank_metric args in autoplot method #52

Closed
juliasilge opened this issue Jun 19, 2021 · 1 comment 路 Fixed by #55
Closed

Bug 馃悰 with metric / rank_metric args in autoplot method #52

juliasilge opened this issue Jun 19, 2021 · 1 comment 路 Fixed by #55
Labels
bug an unexpected problem or unintended behavior

Comments

@juliasilge
Copy link
Member

Related to tidymodels/TMwR#162

Something is not quite right with how, I think, the metric vs. rank_metric args are working in the autoplot method:

library(workflowsets)
#> Registered S3 method overwritten by 'tune':
#>   method                   from   
#>   required_pkgs.model_spec parsnip
autoplot(two_class_res, metric = "accuracy")

Created on 2021-06-18 by the reprex package (v2.0.0)

@juliasilge juliasilge added the bug an unexpected problem or unintended behavior label Jun 19, 2021
topepo added a commit that referenced this issue Jun 27, 2021
@github-actions
Copy link

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.

@github-actions github-actions bot locked and limited conversation to collaborators Jul 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug an unexpected problem or unintended behavior
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant