statsmodels.imputation.mice.MICE.fit# MICE.fit(n_burnin=10, n_imputations=10)[source]# Fit a model using MICE Parameters: n_burninint, optionalThe number of burn-in cycles to skip. n_imputationsint, optionalThe number of data sets to impute Returns: MICEResultsThe results of the MICE analysis, obtained by pooling the results of the analysis model fit to each imputed data set.