statsmodels.imputation.mice.MICE.fit

MICE.fit(n_burnin=10, n_imputations=10)[source]

Fit a model using MICE.

Parameters:
  • n_burnin (int) – The number of burn-in cycles to skip.
  • n_imputations (int) – The number of data sets to impute