This repository has been archived on 2023-11-19. You can view files and clone it, but cannot push or open issues or pull requests.
CSE-158-Assignment-1/writeup.txt

5 lines
476 B
Plaintext
Raw Normal View History

2023-11-19 17:47:44 +00:00
For all models, I used the default train/test split ussed in hw3.
For Play Prediction I found that the Bayseian Personalized Ranking produced a decent error rate. To adapt the ranking to create binary predictions, I use a threshold hyperparameter, and compared the model's prediction vlaue to.
For Time Prediction, I could not find a model that significantly beat the baseline. However, through tuning hyperparameters, I was able to decrease the MSE by a small margin.