Package: recosystem 0.5.1

recosystem: Recommender System using Matrix Factorization

R wrapper of the 'libmf' library <https://www.csie.ntu.edu.tw/~cjlin/libmf/> for recommender system using matrix factorization. It is typically used to approximate an incomplete matrix using the product of two matrices in a latent space. Other common names for this task include "collaborative filtering", "matrix completion", "matrix recovery", etc. High performance multi-core parallel computing is supported in this package.

Authors:Yixuan Qiu, David Cortes, Chih-Jen Lin, Yu-Chin Juan, Wei-Sheng Chin, Yong Zhuang, Bo-Wen Yuan, Meng-Yuan Yang, and other contributors. See file AUTHORS for details.

recosystem_0.5.1.tar.gz
recosystem_0.5.1.zip(r-4.7)recosystem_0.5.1.zip(r-4.6)recosystem_0.5.1.zip(r-4.5)
recosystem_0.5.1.tgz(r-4.6-x86_64)recosystem_0.5.1.tgz(r-4.6-arm64)recosystem_0.5.1.tgz(r-4.5-x86_64)recosystem_0.5.1.tgz(r-4.5-arm64)
recosystem_0.5.1.tar.gz(r-4.7-arm64)recosystem_0.5.1.tar.gz(r-4.7-x86_64)recosystem_0.5.1.tar.gz(r-4.6-arm64)recosystem_0.5.1.tar.gz(r-4.6-x86_64)
recosystem_0.5.1.tgz(r-4.6-emscripten)
manual.pdf |manual.html
card.svg |card.png
recosystem/json (API)
NEWS

# Install 'recosystem' in R:
install.packages('recosystem', repos = c('https://yixuan.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/yixuan/recosystem/issues

Uses libs:
  • c++– GNU Standard C++ Library v3
  • openmp– GCC OpenMP (GOMP) support library

On CRAN:

Conda:

matrix-factorizationrecommender-systemcppopenmp

8.10 score 85 stars 7 packages 142 scripts 741 downloads 7 exports 3 dependencies

Last updated from:f1207182ed. Checks:13 OK. Indexed: yes.

TargetResultTimeFilesSyslog
linux-devel-arm64OK183
linux-devel-x86_64OK161
source / vignettesOK200
linux-release-arm64OK164
linux-release-x86_64OK131
macos-release-arm64OK129
macos-release-x86_64OK194
macos-oldrel-arm64OK109
macos-oldrel-x86_64OK265
windows-develOK135
windows-releaseOK134
windows-oldrelOK114
wasm-releaseOK144

Exports:data_filedata_matrixdata_memoryout_fileout_memoryout_nothingReco

Dependencies:floatRcppRcppProgress

recosystem: Recommender System Using Parallel Matrix Factorization

Rendered fromintroduction.Rmdusingknitr::rmarkdownon Jun 01 2026.

Last update: 2021-05-24
Started: 2014-07-21