Csc 1302, Honors Principles of Computer Science II (Fall 2016)
Netflix - Part 4
Remove Overall Mean Bias
- Modify the CustomerMeans.java and MovieMeans.java programs by computing the average of the customer ratings after subtracting the Overall Mean = 3.604289964420661 from each rating.
- Now modify your Part 3 programs to use these new Customer and Movie means. However, at the end add Overall Mean = 3.604289964420661 back to the prediction.