November 2017
Beginner to intermediate
366 pages
7h 59m
English
Our next step is to normalize the ratings. Currently, our ratings range from -10 to 10. For some of the underlying algorithms to work efficiently, it is generally a good practice to normalize the data. One reason for normalizing the data is to account for the different biases people use when rating items. Users do not rate items consistently, one user may mainly only recommend items they such as, (that is, mostly 4/5, 5/5) whereas another user may use rate across the range. Normalizing the data accounts for these biases.
Two normalization techniques are available with recommenderlab:
Read now
Unlock full access