-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
DOC use pipeline in example using RF, RT, GBDT for feature engineering #18835
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 use pipeline in example using RF, RT, GBDT for feature engineering #18835
Conversation
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.
Minor comments, otherwise LGTM.
Side note: this feels like stacking where we use apply
instead of predict
.
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
…re_engineering_ensemble
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.
It's clearly a non trivial example and a nice code improvement. Thanks!
…it-learn#18835) Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
Co-authored-by: Thomas J. Fan <thomasjpfan@gmail.com>
Modify the example to use some
Pipeline
and change it to a notebook style example.