In this chapter, we explore a new area of supervised learning, that of recommender systems. Even though recommender systems fall under supervised learning, they do not typically fall under either regression (Chapters 3–6) or classification (Chapters 7–12). They are considered a distinct area within machine learning called collaborative filtering.
While recommender systems involve predicting ratings or preferences, they are different from traditional regression tasks ...