An article recommendation project for IBM Watson Studio's data platform.
The purpose of this project is to analyze the interactions that users have with articles on the IBM Watson Studio platform, and make recommendations to them about new articles they might like.
- python 3.7
- jupyter notebook
- numpy
- pandas
- matplotlib
- data/
- articles_community.csv
- user-item-interactions.csv
- Recommendations_with_IBM.ipynbdata/: A folder used to store user-item-interactions (main dataset) and context data of articles.
Recommendations_with_IBM.ipynb: A jupyter notebook inluding all necessary project code.