Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 2 DOI reference(s) in README
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.6%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: sibipx
  • Language: R
  • Default Branch: main
  • Size: 984 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 2 years ago · Last pushed about 1 year ago
Metadata Files
Readme

README.md

missForestPredict

missForestPredict is an adaptation of the missForest algorithm for prediction settings. It stores the initialization and imputation models and it can impute new (unseen) observations.

Check the vignettes for instructions on how to use the package.

This package is supported by the following preprint:

Albu, E., Gao, S., Wynants, L., & Van Calster, B. (2024). missForestPredict--Missing data imputation for prediction settings. https://doi.org/10.48550/arXiv.2407.03379.

Functionality:

  • uses ranger package for random forest models (fast imputation)

  • saves initialization & support for custom initialization

  • builds models for non-missing variables

  • saves imputation models for all iterations

  • imputes (predict) new observation(s)

  • user can specify variables to be imputed and predictors for each variable using predictormatrix and proportionusable_cases

  • error monitoring

  • convergence criteria: based on OOB or apparent performance (default OOB)

  • convergence criteria: NMSE for both continuous and categorical variables (multiclass included)

  • convergence criteria: custom weighting of the errors for each variable

Reporting Issues

Please report bugs or suggest features via: https://github.com/sibipx/missForestPredict/issues

Owner

  • Name: elena
  • Login: sibipx
  • Kind: user
  • Location: Belgium
  • Company: KU Leuven

PhD student, KU Leuven, Belgium

GitHub Events

Total
  • Push event: 1
Last Year
  • Push event: 1

Packages

  • Total packages: 1
  • Total downloads:
    • cran 646 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 2
  • Total maintainers: 1
cran.r-project.org: missForestPredict

Missing Value Imputation using Random Forest for Prediction Settings

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 646 Last month
Rankings
Forks count: 27.8%
Dependent packages count: 28.6%
Stargazers count: 34.5%
Dependent repos count: 36.8%
Average: 42.7%
Downloads: 86.0%
Maintainers (1)
Last synced: 10 months ago

Dependencies

DESCRIPTION cran
  • R >= 4.0 depends
  • methods * imports
  • ranger * imports
  • stats * imports
  • dplyr * suggests
  • ggplot2 * suggests
  • knitr * suggests
  • rmarkdown * suggests
  • tidyr * suggests