Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upImprove fit_transform docstring in VotingClassifier and VotingRegressor #18150
Comments
@glemaitre please assign it to me. |
You can just make a comment with solely `take` and the bot will assign it
to you
…On Fri, 14 Aug 2020 at 07:22, Yogendra Sharma ***@***.***> wrote:
@glemaitre <https://github.com/glemaitre> please assign it to me.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#18150 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABY32P7VOWZ3WOUILFAGQKTSATCY7ANCNFSM4P6RCTDQ>
.
--
Guillaume Lemaitre
Scikit-learn @ Inria Foundation
https://glemaitre.github.io/
|
take |
is it possible to directly assign: |
@chaitanyamogal it would technically work but we prefer to override the whole method. Note however that @Yogendra0Sharma has already claimed the issue |
chaitanyamogal
added a commit
to chaitanyamogal/scikit-learn
that referenced
this issue
Aug 18, 2020
updated docstring of fit_transfrom method by overriding the whole method which was inherited from the TransformerMixin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
fit_transform
docstrings of theVotingClassifier
andVotingRegressor
are inherited from theTransformerMixin
:They don't really apply here and we should use the docstring from
transform
to explain what is returned: