Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
R Data Science Essentials

You're reading from  R Data Science Essentials

Product type Book
Published in Jan 2016
Publisher
ISBN-13 9781785286544
Pages 154 pages
Edition 1st Edition
Languages

Table of Contents (15) Chapters

R Data Science Essentials
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Getting Started with R Exploratory Data Analysis Pattern Discovery Segmentation Using Clustering Developing Regression Models Time Series Forecasting Recommendation Engine Communicating Data Analysis Index

Challenges and enhancements


Having seen the implementation of the recommendation system based on the item-based and user-based similarity methodologies, we will explore some of the challenges:

  • Recommendation systems in general have the cold-start problem, that is, the algorithm would work fine when there is enough data, but with a lack of data, the accuracy would go for a toss

  • People's behavior might change with time or there could be behavior that is seasonal, and hence, these might have an impact on the recommendations

General methods to improve the accuracy are as follows:

  • While computing the similarity between the pairs (user or item), consider only the rows where at least one of the items of the pair has an entry. By this method, we will remove all the (0,0) pairs and hence could arrive at a more accurate similarity score.

  • Compute the similarities using multiple methods and identify the method that best suits the data.

  • Go for the hybrid approach where you combine multiple methods such as...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}