-
-
Notifications
You must be signed in to change notification settings - Fork 26.6k
ENH Add verbose to classifier regressor chains #23977
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
Merged
jeremiedbb
merged 29 commits into
scikit-learn:main
from
lucyleeow:verbose-to-classifier-regressor-chains
Jul 28, 2022
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
864d939
added preliminary verbose output for classifier chains
efiegel 54af621
added assertion for multilabel Y. changed verbose text slightly.
efiegel 7a7c1b9
added test for proper multilabel Y format where Y must be of shape (n…
efiegel a7b09a2
updated verbose output to indicate which feature is being added to th…
efiegel 11ce6d8
added verbose tests
efiegel 77bd771
added documentation for new parameters for verbose
efiegel 4df3593
fixed linting errors
efiegel 324bc00
fixed linting errors. undid changes to gitignore
efiegel b95f65c
fixed linting errors. undid changes to gitignore.
efiegel 42d86a1
Merge branch 'verbose-to-classifier-regressor-chains' of github.com:e…
efiegel 35d4694
fixed chain tests to specify order as keyword arg. fixes future warni…
efiegel 8af0a54
Apply suggestions from code review
efiegel daba9c6
removed raise value error for improper y shape with multilabel fit
efiegel 8b008e8
removed unused import statement that was failing lint
efiegel f5de4d6
parameterized chain tests
efiegel b4d20cc
bringing in changes to master. needed to get 1.0 what's new
efiegel 7071080
added section to whats_new
efiegel a98d886
linting fix
efiegel 839d240
Merge branch 'main' into verbose-to-classifier-regressor-chains
efiegel 26b1124
merge main
lucyleeow aff4b91
update whats new
lucyleeow 72f594b
black
lucyleeow f729d0a
update whats new
lucyleeow f1209fe
review
lucyleeow df123ee
amend msg
lucyleeow 4de9b7b
rm deprecate arg
lucyleeow 75029d5
unused import
lucyleeow f380d25
Merge branch 'main' into verbose-to-classifier-regressor-chains
jjerphan 94cc9b3
what's new tag + add versionadded
jeremiedbb File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.