Skip to content

Commit

Permalink
Update movielens_recommendations_transformers.py
Browse files Browse the repository at this point in the history
Done the suggested changes
  • Loading branch information
SuryanarayanaY committed Jun 23, 2023
1 parent 1a88f19 commit 4de56ef
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@
)

movies = pd.read_csv(
"ml-1m/movies.dat", sep="::", names=["movie_id", "title", "genres"],encoding='latin-1'
"ml-1m/movies.dat", sep="::", names=["movie_id", "title", "genres"],
encoding='latin-1'
)

"""
Expand Down

0 comments on commit 4de56ef

Please sign in to comment.