-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
[MRG] add transform y section to faq.rst #15484
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
[MRG] add transform y section to faq.rst #15484
Conversation
…, alternative extensions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the PR @theoptips !
Changed to TransformedTargetRegressor Re-formatted transform y section Added links to pipegraph imbalanced-learn
styling change Co-Authored-By: Tom Dupré la Tour <tom.dupre-la-tour@m4x.org>
:class:`sklearn.compose.TransformedTargetRegressor`
I think this should include a bit more of the discussion. Note that we have solved for the case where y has an invertible transformation applied before training and inverted after prediction... And we hope to solve for use cases where y should be transformed at training time and not at test time, for resampling and similar uses, like at imbalanced learn. In general these use cases should be solved with a custom meta estimator rather than a Pipeline |
Link to 4143 issue
Added discussion from jnothman
updated language so it's more of a suggestion
@jnothman , @TomDLT , @thomasjpfan have all comments been addressed here? Thanks! |
Thanks @theoptips ! |
Add transform y in a pipeline Q and A to FAQ.
Reference Issues/PRs
Fixes #12587
What does this implement/fix? Explain your changes.
Add transform y section, related discussion, suggested libraries to FAQ
Any other comments?
N/A