nikki1234567 / MovieRecommender

As a part of our curriculum at NCSU CSC 510, we have a developed a movie-recommender, which will recommend movies. Movies are recommended by this.
MIT License
0 stars 0 forks source link

Handling Duplicates in History #3

Closed ShanmukhaSreenivas closed 2 hours ago

ShanmukhaSreenivas commented 2 hours ago

Updated history handling to eliminate duplicates by tracking frequency

ShanmukhaSreenivas commented 2 hours ago

Duplicate handling in history has been implemented by modifying the timestamp to store only the date and adding a frequency column to manage repeated movie entries by incrementing the column, with dates now updated to reflect the latest recommendation.

Commit ID : c9716d5821d1c79d52b645a1d108d39f892cd447