Skip to content
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

Fix ALS model for case of > 2^31 interactions #400

Merged
merged 2 commits into from
Sep 18, 2020
Merged

Fix ALS model for case of > 2^31 interactions #400

merged 2 commits into from
Sep 18, 2020

Conversation

benfred
Copy link
Owner

@benfred benfred commented Sep 18, 2020

The ALS model was spinning for ever when trying to train with more than
2^31 interactions. This was caused by using 32 bit ints in the cython
code which overflowed. Fix.

The ALS model was spinning for ever when trying to train with more than
2^31 interactions. This was caused by using 32 bit ints in the cython
code which overflowed. Fix.
@benfred benfred merged commit b6a851c into master Sep 18, 2020
@benfred benfred deleted the large_als branch September 18, 2020 23:17
@GabrielBianconi
Copy link

GabrielBianconi commented Jul 18, 2021

@benfred Could you tag another release into pip/conda that includes this PR? It's been almost a year since the last one. Thanks!

@benfred
Copy link
Owner Author

benfred commented Aug 29, 2021

@GabrielBianconi There is a new release in pip/conda now (v0.4.8)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

model fit stuck on more than 2^31 elements in rating matrix
2 participants