Closed SlokomManel closed 2 years ago
Hi, CARSKit is no longer updated since 2019. Chen1 and Chen2 were derived from Chen's paper in 2005. They were never evaluted before, though they were proposed early in 2005. There were no context-aware data sets available in 2005. If you are interested in Chen's methods, you can implement it by yourself. We have no plan to update CARSKit anymore. We are building a DeepCARSKit which implements Deep Learning models. Hopefully it can be released in 2022.
Regarding your results, you should carefully change the paramters. You cannot simply run the algorithms with default parameters. You need tune up parameters carefully for each data sets.
Oh, My fault. It seems that I have uploaded Chen1 and Chen2 to the library before. OK. No worries, let me check it. I beleive that the jar file release was not updated
fixed. New jar file uploaded
Dear Yong,
Recently, I came across your toolkit as well as your recently published paper "Context-Aware Collaborative Filtering Using Context Similarity: An Empirical Comparison". I am working on reproducing your results but I have been trying different CARS algorithms i,e., chen1, chen2, FM and I get an error:
java.lang.Exception: No recommender is specified!
. I had a look at the Java code. All the algorithms are called in the main and they exist in their corresponding folders. I tried to change parameters ... but it didn't work.For algorithms like ExactFiltering and CPTF, it started running but I got the following results:
P.S., The problems happen only when I use CARS algorithms!
Snippet of my code:
I look forward to hearing back from you. Thank you. Best, -- Manel.