Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Python by (120 points)
def get_recommendations (Name, topN):

    # topN = 10

    # Getting the movie index using its title

    anime_id = anime_index[Name]

Please log in or register to answer this question.

Related questions

+1 vote
3 answers
asked Oct 3, 2019 in Python by Sammy (47.6k points)
0 votes
0 answers
0 votes
1 answer
asked Aug 24, 2019 in Python by Sammy (47.6k points)
0 votes
1 answer

Browse Categories

...