CRAN/E | mlim

mlim

Multiple Imputation with Automated Machine Learning

Installation

About

Machine learning algorithms have been used for performing single missing data imputation and most recently, multiple imputations. However, this is the first attempt for using automated machine learning algorithms for performing both single and multiple imputation. Automated machine learning is a procedure for fine-tuning the model automatic, performing a random search for a model that results in less error, without overfitting the data. The main idea is to allow the model to set its own parameters for imputing each variable seperately instead of setting fixed predefined parameters to impute all variables of the dataset. Using automated machine learning, the package fine-tunes an Elastic Net (default) or Gradient Boosting, Random Forest, Deep Learning, Extreme Gradient Boosting, or Stacked Ensemble machine learning model (from one or a combination of other supported algorithms) for imputing the missing observations. This procedure has been implemented for the first time by this package and is expected to outperform other packages for imputing missing data that do not fine-tune their models. The multiple imputation is implemented via bootstrapping without letting the duplicated observations to harm the cross-validation procedure, which is the way imputed variables are evaluated. Most notably, the package implements automated procedure for handling imputing imbalanced data (class rarity problem), which happens when a factor variable has a level that is far more prevalent than the other(s). This is known to result in biased predictions, hence, biased imputation of missing data. However, the autobalancing procedure ensures that instead of focusing on maximizing accuracy (classification error) in imputing factor variables, a fairer procedure and imputation method is practiced.

github.com/haghish/mlim
www.sv.uio.no/psi/english/people/aca/haghish/
Bug report File report

Key Metrics

Version 0.2.0
R ≥ 3.5.0
Published 2022-09-26 584 days ago
Needs compilation? no
License MIT
License File
CRAN checks mlim results

Downloads

Yesterday 17 +183%
Last 7 days 80 +18%
Last 30 days 279 -4%
Last 90 days 812 -22%
Last 365 days 4.115 +82%

Maintainer

Maintainer

E. F. Haghish

haghish@uio.no

Authors

E. F. Haghish

aut / cre / cph

Material

README
Reference manual
Package source

macOS

r-release

arm64

r-oldrel

arm64

r-release

x86_64

r-oldrel

x86_64

Windows

r-devel

x86_64

r-release

x86_64

r-oldrel

x86_64

Old Sources

mlim archive

Depends

R ≥ 3.5.0

Imports

h2o ≥ 3.34.0.0
curl ≥ 4.3.2
mice
missRanger
memuse
md.log ≥ 0.2.0