amices / mice

Multivariate Imputation by Chained Equations
https://amices.org/mice/
GNU General Public License v2.0
424 stars 106 forks source link

ENH: skip missing data pattern check when `minpuc` == 0 #589

Closed vkhodygo closed 9 months ago

vkhodygo commented 9 months ago

When datasets reach a particular size every extra action becomes prohibitively expensive. This change should help alleviate the problem a little bit.

stefvanbuuren commented 9 months ago

Yep, we can safely skip when minpuc equals zero.