mortonjt / mds-approximations

Repository to hold new mds approximations code. The goal is to test all the ones we have access too and just move the best to skbio.
0 stars 0 forks source link

Matrix completion methods #1

Open mortonjt opened 7 years ago

mortonjt commented 7 years ago

We'll want to have a handful of methods that seem appropriate to benchmark. Still need to finalize the following list

cameronmartino commented 7 years ago

Compiled an inclusive list of state of the art methods to narrow down. The list based on the work/benchmarks for RNA-seq/Genechip/image-processing matrix completion.

- Categories of methods to use

Correlation information is derived from the entire data matrix. They assume the existence of a global covariance structure among all genes or samples in the expression matrix. (Liew et al. 2011)

exploit only local similarity structure in the data set for missing value imputation. Only a subset of genes that exhibits high correlation with the gene containing the missing values is used to compute the missing values in the gene. (Liew et al. 2011)

Captures both global and local correlation information in the data. For example in LinCmb, the missing values are estimated by a convex combination of the estimates of five different imputation methods (both global and local) (Liew et al. 2011)

Domain knowledge or external information is integrated into the estimation process (Liew et al. 2011)

- Methods to Consider (no particular order)