This package is almost entirely untested. Use with caution.
signin
: Sign into an EasyRec server to get a security token.
view
: Register an itemview
in a given user session.buy
: Register an itembuy
by a given user.rate
: Register an itemrate
by a given user.
otherusersalsoviewed
: Get recommendations based on what other users also viewed.otherusersalsobought
: Get recommendations based on what other users also bought.itemsratedgoodbyotherusers
: Get recommendations based on what items were rated good by other users.recommendationsforuser
: Get recommendations from the engine based on theview
,buy
,rate
, andimportrule
history.
mostvieweditems
: Get the most viewed items.mostboughtitems
: Get the most bought items.mostrateditems
: Get the most rated items.bestrateditems
: Get the best rated items.worstrateditems
: Get the worst rated items.
importrule
: Set weights between items manually.importitem
: Import an item into EasyRec.
setitemactive
This should work with Python 2.6.x and 2.7.x and requires no external dependencies.
Install as a standard distutils package:
easy_install pyeasyrec