Skip to content

Releases: Polkas/miceFast

Unlocking New Quality: Significant Features, Fixes, and Enhancements

Choose a tag to compare

@Polkas Polkas released this 27 Feb 10:49
dd1fc66

Please check the NEWS file for more details.

fast pmm and an auto function

Choose a tag to compare

@Polkas Polkas released this 12 Jul 16:03
  • fill_NA_N has a new model which is pmm - predictive mean matching
  • fast PMM - presorting and binary search
  • naive_fill_NA - auto function for data.frames - bayes mean and lda
  • ridge argument for lm models - adding small disturbance to diag of X'X
  • lm_bayes provide more disturbance
  • new tests
  • codecov

comfortable environment for data.table/dplyr users

Choose a tag to compare

@Polkas Polkas released this 19 Aug 21:02
  • providing a more comfortable environment for data.table/dplyr users
  • expand vignette and documentation
  • updated performance benchmarks
  • fix a glitch - e.g. lack of correct warning for a lda model with zero variance variables