-
Notifications
You must be signed in to change notification settings - Fork 27
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
Error stacking classification models with pr_auc
#225
Comments
pr_auc
Thanks for the detailed issue description! This a funky one. In general, I think the best we can do here is just supply a really informative error from
If you're able to provide a reproducible example, I'd be very much interested in checking it out! From what I can tell, the symptom is the zero member fits, but I'm very much open to being shown otherwise. :) |
Interesting thought--thanks for the suggestion. I definitely missed some other potential solutions here. One is as you propose, where we choose a sub-optimal solution that results in some members being trained. As I re-read this, though, this feels more like a situation where we just train the optimal model—which happens to be intercept-only and incorporates predictions from no members. The fact that we hadn't done so already feels more like a software bug to me. |
Hi - Stacks is proving very effective at improving model performance for me (using the output from
finetune::tune_sim_anneal()
). Thank you!I am occasionally running into this problem though stacking classification models with metric
pr_auc
.It's a bit of a contrived example to attempt to recreate the error:
(I also seem to get it when
num_members > 0
.)Created on 2024-08-17 with reprex v2.1.1
The text was updated successfully, but these errors were encountered: