5 ms·
I have been looking into building simple recommendation engine (i have at max million data rows) using Python. I looked into Crab (https://github.com/muricoca/c
by acidity 13y ago
I have been looking into building simple recommendation engine (i have at max million data rows) using Python. I looked into Crab (https://github.com/muricoca/crab https://github.com/muricoca/crab) and it seems to not have updated for 2 years.
Any suggestions for libraries or just use basic numpy/scipy and implement the algorithms?
- w_t_payne 13y agoJust implement the damn algorithms. Anything else is just another library to learn, and another tool to babysit.
- edraferi 13y agoAgreed. Take the Machine Learning class on Coursera if you need an introduction to them.
- acidity 13y agoOkay. I already have read about the algorithms and even implemented them crudely while studying them. Just not a big fan of NHI. But if in this case, thats the best way - let it be :)
- deleted 13y ago[deleted]