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

Skip to content

ENH: Setting a model estimator to a Pipeline should decompose it if it follows our structure #629

@andersbogsnes

Description

@andersbogsnes

Is your feature request related to a problem? Please describe.
When creating new model objects inside ml-tooling, we break the feature_pipeline, estimator separation set up by the user. Any time ML-tooling creates a new Model internally, it should also set the estimator and feature_pipeline separately

Describe the solution you'd like
When Model.estimator is assigned to, if the value is a Pipeline composed of "features" and "estimator" steps. it should split them up, and set feature_pipeline and _estimator.

Alternatively, all ML-tooling functionality should be aware of the feature_pipeline/estimator split and pass them around

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions