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

Add recommendation generation for user range #177

Closed
joe4dev opened this issue Dec 7, 2016 · 0 comments
Closed

Add recommendation generation for user range #177

joe4dev opened this issue Dec 7, 2016 · 0 comments
Assignees

Comments

@joe4dev
Copy link
Collaborator

joe4dev commented Dec 7, 2016

Instead of manually building the recommendations graph for different num_simultaneous_users by triggering many individual recommendation, it should be possible to generate recommendations for an entire user range.

params
ingredient_id The id of the application root ingredient
min
max
step

Example user range
"min"=100
"max"=300
"step"=50

Will generate recommendations for [100, 150, 200, 250, 300] users.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant