Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MVP #1

Open
marceloboeira opened this issue Jun 6, 2017 · 0 comments
Open

MVP #1

marceloboeira opened this issue Jun 6, 2017 · 0 comments

Comments

@marceloboeira
Copy link
Contributor

marceloboeira commented Jun 6, 2017

Features of the MVP

Input (In definition)

e.g.:
user_id - The id of the user to use as label. (Initially it is a cookie id).
episode_id - The id of the episode, to use as label.
category_id - The id of the category in order to look for similarity.
listened_at - The datetime serialized object of when was it listened.
duration - Duration fo the episode in seconds, in order to track for behavior.

Classifier (In definition)

Output (In definition)

Matrix of cookies/episodes/score:

e.g.:

{
    recomendations: [
     {
       user_id: 1,
       episode_id: 1,
       score: 0.033
    },
    ...
  ] 
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant