Replies: 1 comment
-
|
Here's a work in progress that will potentially address this: #13025 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Per the docs discussion of multiple imputation,
However, it is left unclear to the reader whether this typically means that multiple calls to
transformshould be applied (after changing the random seed each time), or separatefit_transformcalls should be made (each with a different random seed), or whether either is equally-often the case.Since a goal of multiple imputations is to know the uncertainty of each imputed value, and the value's imputation is subject to full model-fitting procedure, it seems that one would need to fully refit (via
fit_transform) each time.Beta Was this translation helpful? Give feedback.
All reactions