Udacity DataScientist Nanodegree
Andrzej Wodecki, 09.2019
The goal of this project is to:
- analyze user-article interaction in and IBM Watson Community
- perform rank and user-user based recommendation
- perform matrix factorization
- evaluate recommendations on train and test dataset
- suggest next steps to improve the algorithm.
Just open and run commands in Recommendations_with_IBM.ipynb.
You will need basic libraries: numpy==1.15.4 pandas==0.22.0 matplotlib pickle
All other accessories (data and test files) are provided in this repo.
- Udacity.com: for a great idea for the project, and a 'starter' pack (useful scripts)
- IBM.com for it's good datasets on user-article interactions.