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.
Cet exercice fait partie du cours
Building Recommendation Engines with PySpark
Exercice interactif pratique
Essayez cet exercice en complétant cet exemple de code.
# View left factor matrix
print(____)