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

Skip to content

API add verbose argument in ClassifierChain and RegressorChain - #18947

Closed
efiegel wants to merge 19 commits into
scikit-learn:mainfrom
efiegel:verbose-to-classifier-regressor-chains
Closed

API add verbose argument in ClassifierChain and RegressorChain#18947
efiegel wants to merge 19 commits into
scikit-learn:mainfrom
efiegel:verbose-to-classifier-regressor-chains

Conversation

@efiegel

@efiegel efiegel commented Dec 1, 2020

Copy link
Copy Markdown
Contributor

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

@cmarmo cmarmo left a comment

Copy link
Copy Markdown
Contributor

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

Comment thread sklearn/multioutput.py Outdated
Comment thread sklearn/multioutput.py Outdated
Comment thread sklearn/multioutput.py Outdated
Comment thread sklearn/tests/test_multioutput.py Outdated

@glemaitre glemaitre left a comment

Copy link
Copy Markdown
Member

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.

Comment thread sklearn/multioutput.py Outdated
Comment thread sklearn/multioutput.py Outdated
Comment thread sklearn/multioutput.py Outdated
Comment thread sklearn/multioutput.py Outdated
Comment thread sklearn/multioutput.py Outdated
Comment thread sklearn/tests/test_multioutput.py Outdated
Comment thread sklearn/tests/test_multioutput.py Outdated
@glemaitre glemaitre changed the title [MRG] Verbose option for ClassifierChain and RegressorChain API add verbose argument in ClassifierChain and RegressorChain Dec 16, 2020
@efiegel

efiegel commented Dec 19, 2020

Copy link
Copy Markdown
Contributor Author

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

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

cmarmo commented Jan 24, 2022

Copy link
Copy Markdown
Contributor

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