Skip to content

Refactor stacking estimators with class inheritance #444

Open
@kota7

Description

@kota7

Currently we have four stacking-based estimators: StackingRegressor and StackingClassifier, and CV variant of each. They are independently coded, while core steps are common.

This makes enhancement work time-consuming, since contributors often need to make similar update on four source code. I would suggest refactoring the four estimators with appropriate class inheritance structure. This will make issues like #439 and #255 much simpler to implement.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions