stekhoven / missForest

missForest is a nonparametric, mixed-type imputation method for basically any type of data for the statistical software R.
http://stat.ethz.ch/CRAN/web/packages/missForest/index.html
88 stars 23 forks source link

Print progress when using parallel computing? #37

Open jarbet opened 2 months ago

jarbet commented 2 months ago

Would it be possible to print progress while using parallel computing? I know it will print when each iteration is done, but I have ~50k variables to impute, so it be nice to print progress when imputing tons of variables just to make sure the program is not freezing up and still making progress.