Skip to content

Instantly share code, notes, and snippets.

@dradecic
Created September 29, 2019 10:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dradecic/a5a6a669de0d6b380cad745d57a231f0 to your computer and use it in GitHub Desktop.
Save dradecic/a5a6a669de0d6b380cad745d57a231f0 to your computer and use it in GitHub Desktop.
recommender1_7_top10
data.sort_values(by='numRatings', ascending=False).drop_duplicates('movieId')[:10]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment