-
-
Notifications
You must be signed in to change notification settings - Fork 181
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
What about including an implementation for Alternating Least Squares? #19
Comments
@JaneCoder Feel free to open an Pull Request, any help is appreciated! |
Any news from your data scientists? |
I actually have worked on a ruby version based on something from a data
scientist. But we had trouble with slowness. It's something i want to get
back to soon. But might go with Python.
…On Sat, Jun 1, 2019, 6:53 AM Andrei Beliankou ***@***.***> wrote:
@JaneCoder <https://github.com/JaneCoder>
Any news from your data scientists?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#19?email_source=notifications&email_token=AAXDET3POXZKQJARMNL57PLPYJIJDA5CNFSM4EVFHKQ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWW57AY#issuecomment-497934211>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAXDET6TAKO4KU2JVZVJKM3PYJIJDANCNFSM4EVFHKQQ>
.
|
I'm sure that Python is not inherently faster than Ruby. Profiling your code may show slow spots. |
I'm hoping to take a look at this soon.
…On Mon, Jun 3, 2019 at 3:27 AM Andrei Beliankou ***@***.***> wrote:
@JaneCoder <https://github.com/JaneCoder>
I'm sure that Python is not inherently faster than Ruby. Profiling your
code may show slow spots.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#19?email_source=notifications&email_token=AAXDET2BMIUYYIHO4P3A2BTPYTBWNA5CNFSM4EVFHKQ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWYRGFI#issuecomment-498144021>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAXDET6ZYG44PTSPLAIGWMDPYTBWNANCNFSM4EVFHKQQ>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My team is writing a recommender system using collaborative filtering, and data scientists at our institution have suggest this is the algorithm we need to use. Is there one that could be included here? And if not, would you be interested in listing ours if we find we must invent our own? Thanks!
The text was updated successfully, but these errors were encountered: