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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for multiple outcomes to grid_performance.R #673

Open
era127 opened this issue Apr 15, 2023 · 0 comments
Open

add support for multiple outcomes to grid_performance.R #673

era127 opened this issue Apr 15, 2023 · 0 comments
Labels
feature a feature request or enhancement

Comments

@era127
Copy link

era127 commented Apr 15, 2023

The .estimate_metrics function does not support multiple outcomes and will produce an error. The easiest way to support it would be to change the data inside .esimate_metrics() to stack each outcome column into a tall table (similar to pivot_longer) and then continue with the code as it is now.

Is there interest in supporting this, or is there an alternative plan we could help implement?

Thanks

@simonpcouch simonpcouch added the feature a feature request or enhancement label Oct 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature a feature request or enhancement
Projects
None yet
Development

No branches or pull requests

2 participants