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
I am currently using TensorRec for my master's thesis project, and have been following the MovieLens guide on getting started with the library. I am trying to test different features (embeddings) for content-based recommendations. However, the results that I have so far are not stable, meaning I get different results when I rerun the same piece of code with the same data.
For example, with the same dataset I got first
Recall at 10: Train: 0.0424 Test: 0.0407
and then later:
Recall at 10: Train: 0.0412 Test: 0.0406
How can I make it stable? I did not see anywhere in the code random_seed being set, and I'm not sure where and how can I set it.
Hello,
I am currently using TensorRec for my master's thesis project, and have been following the MovieLens guide on getting started with the library. I am trying to test different features (embeddings) for content-based recommendations. However, the results that I have so far are not stable, meaning I get different results when I rerun the same piece of code with the same data.
For example, with the same dataset I got first
and then later:
How can I make it stable? I did not see anywhere in the code
random_seed
being set, and I'm not sure where and how can I set it.The RecSys I use is:
Thank you in advance!
The text was updated successfully, but these errors were encountered: