redis-recommend

command module
v0.0.0-...-1e7c6e6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 8, 2016 License: BSD-2-Clause Imports: 5 Imported by: 0

README

redis-recommend

A Simple Redis recommendation engine written in Go.

About

This is a simple recommendation engine written in Go using Redis. The Redis client Go library used is Redigo.

Usage

Rate an item:

redis-recommend rate <user> <item> <score>  

Find (n) similar users for all users:

redis-recommend batch-update [--results=<n>]

Get (n) suggested items for a user:

redis-recommend suggest <user> [--results=<n>]

Get the probable score a user would give to an item:

redis-recommend get-probability <user> <item>

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL