Created
June 12, 2012 16:21
-
-
Save sanealytics/2918494 to your computer and use it in GitHub Desktop.
Recommenderlab walkthrough 1-4
This file contains hidden or 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