ComenzarEmpieza gratis

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 ejercicio forma parte del curso

Building Recommendation Engines with PySpark

Ver curso

Ejercicio interactivo práctico

Prueba este ejercicio y completa el código de muestra.

# View left factor matrix
print(____)
Editar y ejecutar código