Skip to content

Remove MetaEstimatorMixin from RFECV parents#14352

Merged
qinhanmin2014 merged 1 commit intoscikit-learn:masterfrom
alexitkes:alexitkes-duplicated-mixin
Jul 14, 2019
Merged

Remove MetaEstimatorMixin from RFECV parents#14352
qinhanmin2014 merged 1 commit intoscikit-learn:masterfrom
alexitkes:alexitkes-duplicated-mixin

Conversation

@alexitkes
Copy link
Copy Markdown
Contributor

Fixes #14343

RFE inherits MetaEstimatorMixin already, so RFECV may inherit only RFE, not both RFE and MetaEstimatorMixin.

Copy link
Copy Markdown
Member

@qinhanmin2014 qinhanmin2014 left a comment

Choose a reason for hiding this comment

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

LGTM, thanks @alexitkes

@qinhanmin2014 qinhanmin2014 merged commit 98e0866 into scikit-learn:master Jul 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

RFECV inherits MetaEstimatorMixin twice.

2 participants