ComeçarComece de graça

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

Ver curso

Exercício interativo prático

Experimente este exercício completando este código de exemplo.

# View left factor matrix
print(____)
Editar e executar o código