powered by
Collaborative Filtering
crs(dataset, id, prod, pred, rate, data_filter = "")
Dataset
String with name of the variable containing user ids
String with name of the variable with product ids
Products to predict for
String with name of the variable with product ratings
Expression entered in, e.g., Data > View to filter the dataset in Radiant. The expression should be a string (e.g., "training == 1")
A data.frame with the original data and a new column with predicted ratings
See https://radiant-rstats.github.io/docs/model/crs.html for an example in Radiant
summary.crs to summarize results
summary.crs
plot.crs to plot results if the actual ratings are available
plot.crs
# NOT RUN { crs(ratings, id = "Users", prod = "Movies", pred = c("M6", "M7", "M8", "M9", "M10"), rate = "Ratings", data_filter = "training == 1") %>% str() # }
Run the code above in your browser using DataLab