Created
September 29, 2019 10:29
-
-
Save dradecic/a5a6a669de0d6b380cad745d57a231f0 to your computer and use it in GitHub Desktop.
recommender1_7_top10
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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