You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.:
The text was updated successfully, but these errors were encountered: