rsparse icon indicating copy to clipboard operation
rsparse copied to clipboard

Fast and accurate machine learning on sparse matrices - matrix factorizations, regression, classification, top-N recommendations.

Results 6 rsparse issues
Sort by recently updated
recently updated
newest added

In version 0.5.0 from CRAN (installed with a modified `Makevars.in` to force OMP linkage), there is a huge slowdown in `WRMF` with implicit feedback compared to earlier versions. For example,...

The docs for `metrics` point to https://en.wikipedia.org/wiki/Information_retrieval#Average_precision , but this wikipedia article no longer has such section. Would be good to give a description right there of what `ap_k` calculates,...

Looks very interesting and not too hard to implement https://arxiv.org/pdf/1802.06398.pdf

Several choices: - [plumber](https://github.com/trestletech/plumber) - [Rserve](https://github.com/s-u/Rserve) - [opencpu](https://www.opencpu.org/) (updated) - ~[jug](http://bart6114.github.io/jug/index.html) (updated)~ - something else?

docs

- [ ] objective - [ ] SVD tricks and [MatrixCSR](https://github.com/dselivanov/MatrixCSR) - [ ] fast grid-search for `lambda` based on cross-validation

docs

- [ ] explain confidence - [ ] solvers - cholesky, conjugate gradient - [ ] checking convergence - [ ] excluding items from prediction

docs