Skip to content

IterativeImputer shouldn't just use l2 loss by default #13286

@jnothman

Description

@jnothman

@GaelVaroquaux points out that iterative imputation with a regularised least-squares model is more-or-less the same as using NMF for imputation. We should instead use RandomForestRegressor as the default regressor in IterativeImputer, at least if sample_posterior=False (or we can implement predict(return_std=True) on RandomForestRegressor!).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Needs BenchmarksA tag for the issues and PRs which require some benchmarksmodule:impute

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions