Skip to content

Use different estimator for different features in IterativeImputer #14253

Open
@jnothman

Description

An idealised IterativeImputer would allow some features to be predicted as categorical variables (with a classifier) and others to be predicted as continuous variables (with a regressor) or even other specific distributions.

We could consider an interface to IterativeImputer that would allow users to specify the estimator used for a particular column selector, much like ColumnTransformer does with transformers.

On the other hand we may decide that this adds rarely needed power with excessive complexity.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions