-
Notifications
You must be signed in to change notification settings - Fork 625
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Question] Performance Issue on General Methods #753
Comments
Hi@johnny12150, can you tell me which version of the RecBole you are using? Actually, we have fixed the bug twice and the rule-based model‘s result will be affected(Pop,ItemKNN), while the neural network model will be almost unaffected. You can get some details in issue #699, #622. Let me give you an example to illustrate the changes. Suppose that there are 5 items in our dataset and we evaluate the model by before pr #658, they all rank 1st, and we will get The results you listed seem to be the earliest version. |
Thanks for your information. The version you used is between #658 and #731, so the result should not be very high. Is your dataset |
Yes, I have tried both |
OK, I find that this dataset is so big that it takes me one hour to test it. My result of
The result is tested in the last version. Maybe your setting is inconsistent with the paper, or you are using a sample of the dataset . Please check it and I will test ItemKNN and let you know the result as soon as possible. |
I reinstall the package and test the datasets again and three datasets have all matched the expectation with
|
I tested the
Is there any config setting I missed in |
Hi, @johnny12150 . Could you please provide your complete |
@EliverQ
|
I use the code of a survey paper provided and the result is much lower.
|
I have tested some general methods such as
pop
anditemKNN
withTmall
dataset.However, their topK metrics seem a little bit odd to me.
This is what I get with
pop
anditemKNN
respectively.I just pick a paper that uses the dataset as well and the performance results are in the picture below.
The MRR and NDCG shouldn't be that high (10x times higher than most papers calculated).
By the way, this is my config setting in
yaml
.The text was updated successfully, but these errors were encountered: