-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 0.10.0
-
Component/s: Collaborative Filtering
-
Labels:None
ALSWRFactorizer casts the long ids to int which can lead to exception for long ids that are outside of the int range. Change this to use a mapping for the ids.