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

Median Quartiles and Box Plots #1403

Open
AbdullahKazi500 opened this issue Feb 9, 2024 · 1 comment
Open

Median Quartiles and Box Plots #1403

AbdullahKazi500 opened this issue Feb 9, 2024 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@AbdullahKazi500
Copy link

Suggested feature

Perhaps also if Median and Quartiles
Including the median and quartiles (Q1 and Q3) to provide insights into the data distribution's central tendency and spread.
Box Plots:
Generating box plots to visually represent the distribution of the benchmarking results, including the median, quartiles, and potential outliers.

@AbdullahKazi500 AbdullahKazi500 added the enhancement New feature or request label Feb 9, 2024
@nkanazawa1989 nkanazawa1989 added the good first issue Good for newcomers label Feb 20, 2024
@nkanazawa1989
Copy link
Collaborator

nkanazawa1989 commented Feb 20, 2024

Sounds like a good first issue :)

Our visualizer uses the bridge pattern to support multiple drawer backends (currently we only have matplotlib though), and the implementation might look complicated. But the curve plotter is a good example to start with. This plotter object must be drawer-backend agnostic and just provides data structure and API for experiments. You need to define a plotter class for every visualization template. You also need to extend the mpl drawer to call box plot API.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants