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

[FEAT]: Add intervention weights for relative importance in Optimize #4827

Open
pascaleproulx opened this issue Sep 17, 2024 · 0 comments · May be fixed by #4986
Open

[FEAT]: Add intervention weights for relative importance in Optimize #4827

pascaleproulx opened this issue Sep 17, 2024 · 0 comments · May be fixed by #4986
Assignees
Labels
feature New feature or request

Comments

@pascaleproulx
Copy link
Contributor

This design allows users to provide a relative importance when optimizing multiple interventions at once.
Replace the current 'optimize' toggle with the new relative importance widget. Note that there will be no more ability to choose whether or not to optimize an intervention.
image
The dropdown has numbers between 1-10. The 'signal' visual is non-interactive and matches the selected number. The user may pick any number in each dropdown (e.g. for 3 interventions, the choice could be 1,3,3 or 5,5,5 (default) or 1,5,10). When the user clicks run, the weights should be converted into a fraction (i.e. compute the sum and transform each weight into a ratio of number/sum).
image

@pascaleproulx pascaleproulx added the feature New feature or request label Sep 17, 2024
@blanchco blanchco linked a pull request Sep 30, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants