Challenges with missing values
You may have noticed that the pivoted DataFrames you have been working with often have missing data. This is to be expected since users rarely see all movies, and most movies are not seen by everyone, resulting in gaps in the user-rating matrix.
In this exercise, you will explore another subset of the user ratings table user_ratings_subset
that has missing values and observe how different approaches in dealing with missing data may impact its usability.
Cet exercice fait partie du cours
Building Recommendation Engines in Python
Exercice interactif pratique
Passez de la théorie à la pratique avec l’un de nos exercices interactifs
