March 2019
Beginner to intermediate
464 pages
10h 57m
English
Before we dive into building a product recommender engine using a collaborative filtering algorithm, we need to do the following couple of things:
First, we need to handle NaN values in our dataset, especially those NaNs in the CustomerID field. Without correct values in the CustomerID field, we cannot build a proper recommendation system, since the collaborative filtering algorithm depends on the historical item purchase data for individual customers.
Second, we need to build customer-to-item matrix before we move onto implementing the collaborative filtering algorithm for product recommendation. The customer-item matrix is simply tabular data, where each ...
Read now
Unlock full access