My first stab at recommender systems. I kept it simple, predicting explicit ratings based on past ratings. The models were trained on a potato. I’m making excuses for not cross-validating.
- python 3.8
- numpy 1.19
- pandas 1.1
- scikit-learn 0.23
- tensorflow 2.3
- matplotlib 3.3
- seaborn 0.11