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