You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As stated in section 5.1, "Users and items with few interactions are filtered."
In code time_lstm/preprocess/citeulike.py, there is one commented line: # awk -F "|" '{print $1"|"$2"|"$3}' citeulike-origin | uniq > citeulike-origin-filtered. I have added the command "awk -F "|" '{print $1"|"$2"|"$3}' citeulike_dataset | uniq > citeulike-origin-filtered" to the readme.md file.
How is the evaluation done to get the number as it is reported in the paper? I am not able to get the same number as reported in the paper.
The text was updated successfully, but these errors were encountered: