Skip to content

sanealytics/recommenderlabrats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

recommenderlabrats

Some recommendation algorithms and research

To install, run -

basic

require(devtools) # Install this if you don't have it already
install_github("sanealytics/recommenderlabrats")

If you have openmp and are running this on a multicore machine

To take full use of the performance offered, do

Copy ./src/vakecars to ~/.R/Makevars

require(devtools) # Install this if you don't have it already
Sys.setenv("PKG_CXXFLAGS" = "-fopenmp -DARMA_64BIT_WORD -std=c++11")
Sys.setenv("PKG_LIBS" = "-fopenmp")
install_github("sanealytics/recommenderlabrats")

About

Some recommendation algorithms and research

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published