Package: NADIA
Type: Package
Title: NA Data Imputation Algorithms
Version: 0.4.2
Author: Jan Borowski, Piotr Fic
Maintainer: Jan Borowski <janborowka7@gmail.com>
Description: Creates a uniform interface for several advanced imputations missing data methods. Every available method can be used as a part of 'mlr3' pipelines which allows easy tuning and performance evaluation. Most of the used functions work separately on the training and test sets (imputation is trained on the training set and impute training data. After that imputation is again trained on the test set and impute test data).
License: GPL
Depends: R (>= 3.5.0), mlr3, mlr3pipelines, paradox
Imports: missForest, missMDA, doParallel, testthat, mlr3learners,
        rpart, glmnet, Amelia, VIM, softImpute, missRanger, methods,
        mice, data.table, foreach
Encoding: UTF-8
RoxygenNote: 7.2.1
BugReports: https://github.com/ModelOriented/EMMA/issues
Suggests: knitr, rmarkdown, kableExtra, magrittr
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2022-10-02 19:17:10 UTC; janbo
Repository: CRAN
Date/Publication: 2022-10-02 19:40:02 UTC
Built: R 4.1.2; ; 2022-10-03 11:27:19 UTC; unix
