CGMissingDataR is an R package based on the CGMissingData Python library for evaluating model performance under feature missingness by:
Before the installation, ensure that you have the following R packages installed:
install.packages(c("FNN", "ranger", "mice"))Install the development version of CGMissingDataR from GitHub:
devtools::install_github("saraswatsh/CGMissingDataR")A brief vignette illustrating the usage of CGMissingDataR can be found here.
The changelog is available here.