Package: mlim 0.4.0
E. F. Haghish
mlim: Single and Multiple Imputation with Automated Machine Learning
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 separately 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.
Authors:
mlim_0.4.0.tar.gz
mlim_0.4.0.zip(r-4.5)mlim_0.4.0.zip(r-4.4)mlim_0.4.0.zip(r-4.3)
mlim_0.4.0.tgz(r-4.4-any)mlim_0.4.0.tgz(r-4.3-any)
mlim_0.4.0.tar.gz(r-4.5-noble)mlim_0.4.0.tar.gz(r-4.4-noble)
mlim_0.4.0.tgz(r-4.4-emscripten)mlim_0.4.0.tgz(r-4.3-emscripten)
mlim.pdf |mlim.html✨
mlim/json (API)
# Install 'mlim' in R: |
install.packages('mlim', repos = c('https://haghish.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/haghish/mlim/issues
automatic-machine-learningautomlclassimbalancedata-scienceelastic-netextreme-gradient-boostinggbmglmgradient-boostinggradient-boosting-machineimputationimputation-algorithmimputation-methodsmachine-learningmissing-datamultipleimputationstack-ensemble
Last updated 3 months agofrom:1fb42ccd3e. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 28 2024 |
R-4.5-win | OK | Oct 28 2024 |
R-4.5-linux | OK | Oct 28 2024 |
R-4.4-win | OK | Oct 28 2024 |
R-4.4-mac | OK | Oct 28 2024 |
R-4.3-win | OK | Oct 28 2024 |
R-4.3-mac | OK | Oct 28 2024 |
Exports:mlimmlim.errormlim.midsmlim.namlim.preimputemlim.summarize
Dependencies:backportsbitbit64bitopsbootbroomclicliprcodetoolscpp11crayoncurldplyrfansiFNNforcatsforeachformatRfutile.loggerfutile.optionsgenericsglmnetglueh2ohavenhmsiteratorsjomojsonlitelambda.rlatticelifecyclelme4magrittrMASSMatrixmd.logmemusemiceminqamissRangermitmlnlmenloptrnnetnumDerivordinalpanpillarpkgconfigprettyunitsprogresspurrrR6rangerRcppRcppEigenRCurlreadrrlangrpartshapestringistringrsurvivaltibbletidyrtidyselecttzdbucminfutf8vctrsvroomwithr
Readme and manuals
Help Manual
Help page | Topics |
---|---|
some items about attitude towards charity | charity |
Manifest Anxiety Scale | manifest |
missing data imputation with automated machine learning | mlim |
imputation error | mlim.error |
prepare "mids" class object | mlim.mids |
add stratified/unstratified artificial missing observations | mlim.na |
carries out preimputation | mlim.preimpute |
mlim imputation summary | mlim.summarize |