SAI990323 / BIGRec

50 stars 5 forks source link

history_movie_title #6

Open Xant-5 opened 1 year ago

Xant-5 commented 1 year ago

In the data/movie file, the code csv_to_json function in the process.ipynb file has this property column "history_movie_title", which I didn't seem to find in the previous data processing.

SAI990323 commented 1 year ago

Thank you very much for your reminder. Maybe I deleted it during the code-cleaning process. I will fix it tomorrow.

Xant-5 commented 12 months ago

hello

SAI990323 commented 12 months ago

I am sorry, I forget to push the changes, it's now updated

Xant-5 commented 12 months ago

Thank you very much for sharing

Wloner0809 commented 11 months ago

Actually, the process.ipynb in data/movie misses row['history_movie_title'] = eval(row['history_movie_title']), which causes the wrong result.