-
-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Open
Labels
Needs BenchmarksA tag for the issues and PRs which require some benchmarksA tag for the issues and PRs which require some benchmarksmodule:impute
Description
@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
Labels
Needs BenchmarksA tag for the issues and PRs which require some benchmarksA tag for the issues and PRs which require some benchmarksmodule:impute