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
Thanks for raising this. We've identified the issue that it's due to behavior changes of Cython in the recent migration. We're working on a fix (#558).
Please rest assured that there shouldn't any changes in the performance of BPR model in version 1.15.4 as compared to the latest. You can safely use that version until we incorporate the fix into our next release. In case you want to use certain features only available from version 1.16, you can pull the #558 and install Cornac from source.
Description
I am utilizing the BPR model for my recommender system.
I have experimented with the same class
BPR
across different versions while training the models on identical datasets. The results showed that:<=1.15.4
, the process rate is approximately3it/s
>=1.16.0
, the process rate is around100s/it
In which platform does it happen?
How do we replicate the issue?
My script runs in a venv with
python3.9
Expected behavior
The fitting time for the same model in the later versions should not be longer than the fitting time in the earlier versions.
The text was updated successfully, but these errors were encountered: