-
Notifications
You must be signed in to change notification settings - Fork 156
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
[DOC] Fitting MultiRocketHydraClassifier
with class_weight="balanced_subsample"
gives an error
#2434
Comments
Thanks for the report, I will try take a look. |
I think the issue is that balanced subsample is a strategy only supported by ensembles if I remember correctly? The current classifier used here is a ridgeCV which can't support this strategy. I'm not 100% familiar with Hydra MR, but either :
|
This is passed directly to the classifier, seems like a documentation issue. |
I reviewed the documentation, but I’m unable to find any reference to balanced_subsample being supported by MultiRocketHydraClassifier. Could you point me to the specific part of the documentation where this is mentioned? |
The issue was that We could also add a check for that, but that might be one of the goal of #1777. |
Wouldn't this particular issue be better categorized as a DOC rather than a BUG? |
In retrospect, I would say yes. I am changing the title. |
MultiRocketHydraClassifier
with class_weight="balanced_subsample"
gives an error.MultiRocketHydraClassifier
with class_weight="balanced_subsample"
gives an error
Hi @baraline, could you please take a look at my PR when you get a chance? Let me know if there's anything else I should address or look into. Thanks! |
I think this case has been fixed. Thanks, will make sure have new PRs check for this before merging. |
Describe the bug
Fitting
MultiRocketHydraClassifier
withclass_weight="balanced_subsample"
gives an error.Steps/Code to reproduce the bug
Expected results
Classifier is fitted.
Actual results
Versions
The text was updated successfully, but these errors were encountered: