Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 432 Bytes

File metadata and controls

15 lines (11 loc) · 432 Bytes

Simple Recommender With R

##Dataset the datasets used for this recommender are from MovieLens

##Prerequisites the caret package should be installed. if caret not installed, install with this command in R command line:

install.packages("caret")

##How to use just set the userID and number of recommends in ex.R file, the run this file and see the recommends and error value