Skip to content

Instantly share code, notes, and snippets.

@fitomad
Created February 18, 2020 11:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fitomad/c270076b9497112f0e9f90a01d59357c to your computer and use it in GitHub Desktop.
Save fitomad/c270076b9497112f0e9f90a01d59357c to your computer and use it in GitHub Desktop.
model = tc.ranking_factorization_recommender.create(training_data,
user_id='user_id',
item_id='show_id',
target='rating',
binary_target=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment