campusx-official / movie-recommender-system-tmdb-dataset

A content based movie recommender system using cosine similarity
147 stars 245 forks source link

Update notebook86c26b4f17.ipynb #11

Closed debanjangg closed 1 month ago

debanjangg commented 1 month ago

Changed fetch_director function to return the director name in a list as soon as it is found instead of appending to a List and then returning.