Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 469 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 469 Bytes

implicitcf

implicitcf is an R package which implements the algorithm from Hu, Volinsky, and Koren's 2008 paper Collaborative Filtering for Implicit Feedback Datasets.

Installation

To install R, visit r-project.org/.

To install the package, first install devtools from CRAN. Then run the following commands.

# install.packages("devtools")
devtools::install_github("andland/implicitcf")