How to do multiple imputation on Julia?

I have been working a bit on this lately, there is some functionality that works quite well for time-series and matrices
https://github.com/baggepinnen/TotalLeastSquares.jl#missing-data-imputation
it’s not a complete data-imputation package but in the setting where it works it works well.

3 Likes