-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
RFC binary operators on estimators #7608
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
In what way is it not a bad idea? :P The concern I commented on is that
then with a pipeline needs adjustment:
This adjustment is much less obvious with operators... Why |
Should probably be I would argue that just shows how bad our GridSearchCV interface is ;) I suggested at some point attaching the parameters to the estimator, that would get rid of the problem. GridSearchCV(Transf() >> MyEst().search_over({'foo':bar})) But I guess that remains a pipe-dream ;) |
Oh you created an issue for that even #5082 ... it's been a while |
I wonder whether we should have an Epic tag for such things, perhaps instead of SLEPS... |
well we now each have a list of pets ;) |
So maybe this is not that bad an idea?
https://gist.github.com/amueller/643f812a275a9e0c75048aab6988a92c
@jnothman can you maybe point me to what you meant?
The text was updated successfully, but these errors were encountered: