Skip to content

Instantly share code, notes, and snippets.

@sanealytics
Created June 12, 2012 16:21
Show Gist options
  • Save sanealytics/2918494 to your computer and use it in GitHub Desktop.
Save sanealytics/2918494 to your computer and use it in GitHub Desktop.
Recommenderlab walkthrough 1-4
# How many movies did people rate on average
qplot(rowCounts(MovieLense), binwidth = 10,
main = "Movies Rated on average",
xlab = "# of users",
ylab = "# of movies rated")
# Seems people get tired of rating movies at a logarithmic pace. But most rate some.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment