Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 377 Bytes

OUTLINE.md

File metadata and controls

9 lines (8 loc) · 377 Bytes

Outline of workflow

  1. Read in Kodi SQL database
  • parse Movie name, set of genres G_M, Year, Rating from sqlite db into a pandas dataframe object
  • watch status
  • get rid of three different sci fi genres
  1. Compute r_ij, genre correlation matrix based on Choi2012 (First implementation)
  2. Compute recommendation points and display them