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.
Diese Übung ist Teil des Kurses
Building Recommendation Engines with PySpark
Interaktive Übung
Vervollständige den Beispielcode, um diese Übung erfolgreich abzuschließen.
# View left factor matrix
print(____)