Skip to content
This repository has been archived by the owner on Jun 12, 2019. It is now read-only.

Commit

Permalink
add skafos support
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Hutcherson authored Mar 13, 2018
1 parent 51f509b commit 948022c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# Unless that table exists, we will build an initial votes table with fake movie data..
# If a "votes" table exists already, the user can comment the next two lines out and set the variable KEYSPACE above
log.info("Generating fake votes data")
make_fake_votes(num_movies=12, num_users=3)
make_fake_votes(num_movies=12, num_users=3, skafos=ska)

# Tweak the functions in movies/helpers.py and the schema in movies/constants.py if you have data that are not movies
# This same model could be used for any type of product recommendation given user_ids, item_ids, and ratings (binary OR score)
Expand Down

0 comments on commit 948022c

Please sign in to comment.