-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
[MRG] Add verbose option to Pipeline and FeatureUnion #10435
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
Conversation
- Each line printed by Pipeline and FeatureUnion, when their verbosity mode is on, will be 70 characters long.
Fix error message bug
Apparently I'm testing too strictly... I'll try fix this up later. |
reviews welcome here. |
Oh no! This has an unpleasant merge conflict with ColumnTransformer. Not sure I'll get around to fixing it soon. It will probably entail making ColumnTransformer support |
Here is a way to fix this without supporting Edit: Here is my branch with the merge and fix: master...thomasjpfan:verbose-pipeline |
Feel free to open a pull request either to my branch or just a new PR for
the whole thing. Looking at loose commits without CI, commenting and the
ability to extend it into multiple commits is a waste of time.
|
Okay! I created a new PR at #11364. |
Superseded by #11364 |
Also add some logging utilities.
Because I was bored of it hanging around after multiple stalled attempts.
Fixes #9668. Fixes #8568. Fixes #5298. Fixes #5321.