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

Fix rec issues so that None loggees are allowed #14

Merged
merged 1 commit into from Apr 23, 2019

Conversation

sameetandpotatoes
Copy link
Owner

No description provided.

@@ -542,16 +546,7 @@ def recommendations_from_ml(logs, user_id, from_dt=None, to_dt=None):
has_recs = check_recs_now(recs_week)
rec_list = []
if has_recs:
for rec in has_recs:
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bhuvy2 Kinda wanted these to return the recs from the models directly, instead of the dict so I can use the unique id, and fetch existing feedback.

Okay if I do this?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As long as it works downstream that works for me.

Copy link
Collaborator

@bhuvy2 bhuvy2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚢

@sameetandpotatoes sameetandpotatoes merged commit cab3eb6 into master Apr 23, 2019
@sameetandpotatoes sameetandpotatoes deleted the sameet/unify-rec-format branch April 23, 2019 21:28
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

Successfully merging this pull request may close these issues.

None yet

2 participants