powered by
Collaborative Filtering
crs( dataset, id, prod, pred, rate, data_filter = "", arr = "", rows = NULL, envir = parent.frame() )
A data.frame with the original data and a new column with predicted ratings
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")
Expression to arrange (sort) the data on (e.g., "color, desc(price)")
Rows to select from the specified dataset
Environment to extract data from
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
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