-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
prefit
option missing for voting?
#12297
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
Comments
My case is I want to calibrate base classifiers and then perform the soft voting. Here is my codes:
Now it throws exception:
If I could perform soft voting with prefit, I think everything will be fine. |
I forgot what the exact discussion was, but I now I tend to agree that adding this option would be useful. |
Great, glad to see you have a plan. I will discuss on those issues. Many thanks.@amueller |
I think we should keep this open as it's somewhat different. |
Another scenario is that some models are expensive to get. They could be trained by using something like Btw, is there any plan to resolve this issue recently? Thanks. |
is there any update on this thread? |
Looking forward to an update on this issue, I'm working on a project currently and this feature would have come in handy for my experiments, pity it's not available. |
Its been open for 5 yrs and is required feature by many, is there any plan of working on this ? |
I find this feature very useful and look forward to future updates. |
I would attempt this feature as a requirement for a library that builds on top of sklearn. I can produce a naive first attempt but then will need guidance on other non-obvious aspects that need to be considered, such as #6451 and #8370 as mentioned by @amueller above. If any of these issues needs to be addressed first, please let me know. My current workarounds for this problem is directly manipulating Please let me know if any core dev would be happy to mentor through a draft PR I've created at #28434 |
I work on python 3.6.5 and sklearn 0.19.1 on conda 4.5.11.
According to this post, I am surprised that voting classifiers do not accept
prefix
classifiers.May I know is it because it is unnecessary from your respective or it was purely short of hand?
Thank you very much.
The text was updated successfully, but these errors were encountered: