This is a package in R that provides implementations of several baselines (Item/User Average and Most Popular Item Recommendation) and other well-known recommendation algorithms. In particular, two main families of recommendation algorithms (i.e., Collaborative filtering and Matrix factorization) are implemented, as shown in the following:
rrecsys addresses the two most common scenarios in Recommender Systems:
All algorithms can run on a user-item rating matrix that holds data of either item ratings (e.g., 1-5 rating scale) or item purchases/views (e.g., purchased item or not purchased item). The package offers as well an evaluation methodology with the following standard metrics for the specific task:
The package is available on CRAN and as well on GitHub. To install it from CRAN:
install.packages("rrecsys")
Once the package is installed it can be loaded it in the environment:
library(rrecsys)
Need a high-speed mirror for your open-source project?
Contact our mirror admin team at info@clientvps.com.
This archive is provided as a free public service to the community.
Proudly supported by infrastructure from VPSPulse , RxServers , BuyNumber , UnitVPS , OffshoreName and secure payment technology by ArionPay.