machine-learning-with-ruby icon indicating copy to clipboard operation
machine-learning-with-ruby copied to clipboard

What about including an implementation for Alternating Least Squares?

Open JaneCoder opened this issue 7 years ago • 5 comments

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!

JaneCoder avatar Mar 13 '18 19:03 JaneCoder

@JaneCoder Feel free to open an Pull Request, any help is appreciated!

arbox avatar Mar 14 '18 11:03 arbox

@JaneCoder

Any news from your data scientists?

arbox avatar Jun 01 '19 10:06 arbox

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 [email protected] 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 https://github.com/arbox/machine-learning-with-ruby/issues/19?email_source=notifications&email_token=AAXDET3POXZKQJARMNL57PLPYJIJDA5CNFSM4EVFHKQ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWW57AY#issuecomment-497934211, or mute the thread https://github.com/notifications/unsubscribe-auth/AAXDET6TAKO4KU2JVZVJKM3PYJIJDANCNFSM4EVFHKQQ .

JaneCoder avatar Jun 01 '19 19:06 JaneCoder

@JaneCoder

I'm sure that Python is not inherently faster than Ruby. Profiling your code may show slow spots.

arbox avatar Jun 03 '19 07:06 arbox

I'm hoping to take a look at this soon.

On Mon, Jun 3, 2019 at 3:27 AM Andrei Beliankou [email protected] 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 https://github.com/arbox/machine-learning-with-ruby/issues/19?email_source=notifications&email_token=AAXDET2BMIUYYIHO4P3A2BTPYTBWNA5CNFSM4EVFHKQ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWYRGFI#issuecomment-498144021, or mute the thread https://github.com/notifications/unsubscribe-auth/AAXDET6ZYG44PTSPLAIGWMDPYTBWNANCNFSM4EVFHKQQ .

JaneCoder avatar Jun 03 '19 13:06 JaneCoder