tom-metherell / Mice.jl

a package for missing data handling via multiple imputation by chained equations in Julia. It is heavily based on the R package {mice} by Stef van Buuren, Karin Groothuis-Oudshoorn and collaborators.
https://tom-metherell.github.io/Mice.jl/
GNU General Public License v2.0
12 stars 2 forks source link

Fixes #2

Closed tom-metherell closed 11 months ago

tom-metherell commented 11 months ago

This started as a failed attempt to make the pacify(X, predictors) function faster. I have since realised that the performance issues were caused by other mistakes.