NicolasHug / Surprise

A Python scikit for building and analyzing recommender systems
http://surpriselib.com
BSD 3-Clause "New" or "Revised" License
6.28k stars 1k forks source link

fix typo #461

Closed lenatech closed 1 year ago

JumperDanny commented 8 months ago

Hi, I'm trying to build a SVD recommendation engine based on PYCON - Daniel's presentation as per the link below: https://www.youtube.com/watch?v=d7iIb_XVkZs

With reference to the slide captioned ,'FINDING SIMILAR MOVIE BY RANKING', Could you please give me the full 'def' codes of in[26] & in [27] that printed out[28] - the four top similar movies to Star wars?

Thanks immensely.

Daniel email: danielgyampah@yahoo.co.uk