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

add distributed als #1223

Merged
merged 3 commits into from Aug 5, 2020
Merged

add distributed als #1223

merged 3 commits into from Aug 5, 2020

Conversation

NanmiaoWu
Copy link
Contributor

@NanmiaoWu NanmiaoWu commented Aug 3, 2020

This PR

  1. Adds distributed ALS algorithm.

  2. Revises the errors in als.py and non-distributed als (Physl), which should update XtX after updating X.

  3. Adds another dataset, als_data.csv, which contains the ratings from 718 users and 15000 movies.

  4. Adds command line argument and elapsed time in als.py.

@NanmiaoWu NanmiaoWu linked an issue Aug 3, 2020 that may be closed by this pull request
@NanmiaoWu NanmiaoWu force-pushed the als_distributed_working branch 3 times, most recently from 18384d6 to 573a106 Compare August 5, 2020 00:08
@hkaiser hkaiser merged commit 905f922 into master Aug 5, 2020
@hkaiser hkaiser deleted the als_distributed_working branch August 5, 2020 17:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Should update XtX after the user loops in ALS
2 participants