Recommenderlab walkthrough 1-4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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