Skip to content

Instantly share code, notes, and snippets.

@fitomad
Created February 18, 2020 11:40
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/4654c83fcf75ee2b2ff6c4c8c8008982 to your computer and use it in GitHub Desktop.
Save fitomad/4654c83fcf75ee2b2ff6c4c8c8008982 to your computer and use it in GitHub Desktop.
# Establecemos el algoritnmo para resolver la regresión
model = tc.ranking_factorization_recommender.create(training_data,
user_id='user_id',
item_id='show_id',
solver='adagrad')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment