Skip to content

Commit

Permalink
📝 add three newly added methods to overview
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry committed Dec 12, 2023
1 parent 49d628b commit 27d8ad2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ Packages either are based on this repository, or were referenced by NAGuideR (Ta
From the brief description in the table the exact procedure is not always clear.

| Method | Package | source | status | name |
| ------------- | ----------------- | ------ | --- |------------------ |
| ------------- | ----------------- | ------ | ------ |------------------ |
| CF | pimms | pip | | Collaborative Filtering |
| DAE | pimms | pip | | Denoising Autoencoder |
| VAE | pimms | pip | | Variational Autoencoder |
Expand All @@ -206,7 +206,7 @@ From the brief description in the table the exact procedure is not always clear.
| COLMEDIAN | e1071 | CRAN | | replace NA with column median |
| ROWMEDIAN | e1071 | CRAN | | replace NA with row median |
| KNN_IMPUTE | impute | BIOCONDUCTOR | | k nearest neighbor imputation |
| SEQKNN | SeqKnn | tar file | | Sequential k- nearest neighbor imputation <br> start with feature with least missing values and re-use imputed values for not yet imputed features
| SEQKNN | SeqKnn | tar file | | Sequential k- nearest neighbor imputation <br> starts with feature with least missing values and re-use imputed values for not yet imputed features
| BPCA | pcaMethods | BIOCONDUCTOR | | Bayesian PCA missing value imputation
| SVDMETHOD | pcaMethods | BIOCONDUCTOR | | replace NA initially with zero, use k most significant eigenvalues using Singular Value Decomposition for imputation until convergence
| LLS | pcaMethods | BIOCONDUCTOR | | Local least squares imputation of a feature based on k most correlated features
Expand All @@ -222,11 +222,12 @@ From the brief description in the table the exact procedure is not always clear.
| TRKNN | - | script | | truncation k-nearest neighbor imputation
| RF | missForest | CRAN | | Random Forest imputation (one feature at a time)
| PI | - | - | | Downshifted normal distribution (per sample)
| GSIMP | - | script | | QRILC initialization and iterative Gibbs sampling with generalized linear models (glmnet)
| MSIMPUTE | msImpute | BIOCONDUCTOR | | Missing at random algorithm using low rank approximation
| MSIMPUTE_MNAR | msImpute | BIOCONDUCTOR | | Missing not at random algorithm using low rank approximation
| ~~grr~~ | DreamAI | - | Fails to install | Rigde regression
| ~~GMS~~ | GMSimpute | tar file | Fails on Windows | Lasso model




## Build status
[![Documentation Status](https://readthedocs.org/projects/pimms/badge/?version=latest)](https://pimms.readthedocs.io/en/latest/?badge=latest)

0 comments on commit 27d8ad2

Please sign in to comment.