Thanks to visit codestin.com
Credit goes to github.com

Skip to content

API add verbose argument in ClassifierChain and RegressorChain #18947

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

Closed
wants to merge 19 commits into from
Closed

API add verbose argument in ClassifierChain and RegressorChain #18947

wants to merge 19 commits into from

Conversation

efiegel
Copy link
Contributor

@efiegel efiegel commented Dec 1, 2020

Reference Issues/PRs

Fixes #16380

What does this implement/fix? Explain your changes.

Adds a boolean verbose option to ClassifierChain and RegressorChain.
Follows the examples of #11364 and #16069.

@efiegel efiegel changed the title Verbose option for ClassifierChain and RegressorChain [MRG] Verbose option for ClassifierChain and RegressorChain Dec 1, 2020
Copy link
Contributor

@cmarmo cmarmo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@efiegel thanks for your pull request. I've made some comments waiting for a core-dev review.
Also keep in mind that this is a new feature so it will need a what's new entry describing the new option and referring to your pull request.... as we are in the middle of a release you might want to wait some time ... I don't know myself if the release after will be 0.25 or 1.0 ... :D

Copy link
Member

@glemaitre glemaitre left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Regarding the what's new entry, you can add it in 1.0 file.

@glemaitre glemaitre changed the title [MRG] Verbose option for ClassifierChain and RegressorChain API add verbose argument in ClassifierChain and RegressorChain Dec 16, 2020
@efiegel
Copy link
Contributor Author

efiegel commented Dec 19, 2020

Thanks @glemaitre @cmarmo! Should have all your feedback folded in.

Base automatically changed from master to main January 22, 2021 10:53
@cmarmo
Copy link
Contributor

cmarmo commented Jan 24, 2022

Thanks @efiegel for your patience! Do you mind updating to upstream/main (again...sorry for that)? This and the "Waiting for reviewer" should bring more attention I hope.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module:multioutput Superseded PR has been replace by a newer PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Verbose Option for Classifier and Regressor Chains
3 participants