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.
Este exercício faz parte do curso
Building Recommendation Engines with PySpark
Exercício interativo prático
Experimente este exercício completando este código de exemplo.
# View left factor matrix
print(____)