balysMorkunas/movie-recommender-system

Update predict_rating() func. to implement global avg. bias

Opened this issue · 0 comments

  • Current predict function is just a basic weighted avg.
  • More in-depth solution must be implemented to better predict the rating.
  • Globa Bias implementation (see slides)