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.
Diese Übung ist Teil des Kurses
Building Recommendation Engines in Python
Interaktive Übung
In dieser interaktiven Übung kannst du die Theorie in die Praxis umsetzen.
