A
A
Andrew2014-07-15 21:04:32
Django
Andrew, 2014-07-15 21:04:32

What is a good collaborative filtering system for python\django?

Good afternoon!
It is necessary for an online store to build a product recommendation system based on the views of other users.
What is a sane system for python in general or django in particular?
A third-party solution is also possible, if I can put it and shoot data and receive data via api.
Thank you!

Answer the question

In order to leave comments, you need to log in

3 answer(s)
F
farafontov, 2014-07-24
@farafontov

prediction.io

K
kzlv, 2014-07-24
@kzlv

A third-party solution is also possible, if I can put it and shoot data and receive data via api.

I've heard of similar ventures, but they usually stand like a cast-iron bridge.
We wrote ourselves. This filtering algorithm is obscenely simple. The man who wrote an article about this method and posted the source is googled . I didn’t look at the code, but at least I didn’t see any mention of Pypy, so it can work slowly.
In general, there is nothing out of the box, this is expected. But it's not hard to do it yourself. Datasets from the Netflix Prize are circulating on the Internet . Download, write, test.
But don't expect magic. Without their huge dataset, the recommendations will be crappy.
PS Prediction.io tried to use. Gobbled up all the resources, did not give normal recommendations. Maybe they did something wrong, but there was no desire to understand.

R
ring0za, 2014-07-27
@ring0za

Programming collaborative intelligence, enough for a first approximation.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question