An open API service indexing awesome lists of open source software.

https://github.com/corybrunson/missing

Matrix factorization
https://github.com/corybrunson/missing

Last synced: 2 months ago
JSON representation

Matrix factorization

Awesome Lists containing this project

README

        

missing
=======

This R package handles matrices with missing entries.

## Install

The package is not on CRAN; it can be installed using the [devtools](http://cran.r-project.org/web/packages/devtools/index.html) package:

```r
if(!require(devtools)) {
install.packages('devtools')
}
install_github('corybrunson/missing')
```