Estimating recommendations
Use your knowledge of matrix multiplication to determine which movie will have the highest recommendation for User_3. The ratings matrix has been factorized into U and P with ALS.
This exercise is part of the course
Building Recommendation Engines with PySpark
Hands-on interactive exercise
Have a go at this exercise by completing this sample code.
# View left factor matrix
print(____)