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

compute and display slope of speedup plots #61

Open
prudhomm opened this issue Aug 2, 2024 · 2 comments
Open

compute and display slope of speedup plots #61

prudhomm opened this issue Aug 2, 2024 · 2 comments
Assignees
Labels
enhancement A new feature or request

Comments

@prudhomm
Copy link
Member

prudhomm commented Aug 2, 2024

we should compute the slopes of speedup using eg using linear regression, and display them in the legend next to the label

@tanguypierre
Copy link
Collaborator

Linear regression computed with sklearn.linear_model
Exact values, regression values and slopes are now displayed in a table after the graph, with a precision from 3 decimals

@tanguypierre
Copy link
Collaborator

Addition of an on/off button for displaying the regression line or not. (same color, but thinner and dashed line than real curve).
When activated, the dashed line appears in the legend showing the slope with a precision from 1 decimal.

Note: Complete interactivity couldn't have been reached
If a real curve is deselected, its regression line will appear by pushing the button

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement A new feature or request
Projects
None yet
Development

No branches or pull requests

2 participants