Skip to content

Support multi-model selection in Pareto Tradeoff Analysis - #77

Open
aas008 wants to merge 1 commit into
openshift-psap:mainfrom
aas008:feat/pareto-multi-model
Open

Support multi-model selection in Pareto Tradeoff Analysis#77
aas008 wants to merge 1 commit into
openshift-psap:mainfrom
aas008:feat/pareto-multi-model

Conversation

@aas008

@aas008 aas008 commented Aug 7, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Changes the Pareto Tradeoff Analysis model selector from single-select (st.selectbox) to multi-select (st.multiselect)
  • Users can now overlay Pareto curves for multiple models on the same chart for cross-model comparison
  • Traces are grouped by model + version + accelerator + parallelism config
  • Model name appears in legend, hover text, and plot title when multiple models are selected
  • When only one model is selected, the UI behaves identically to before (no model prefix in legend)

Closes #64

Test plan

  • Select a single model — verify chart looks identical to before
  • Select multiple models — verify each model gets distinct traces with model name in legend
  • Hover over a data point — verify model name appears in tooltip
  • Verify plot title shows comma-separated model names when multiple selected
  • Verify "Please select at least one model" warning when none selected

🤖 Generated with Claude Code

Changes the model selector from single-select to multi-select, allowing
users to overlay Pareto curves for multiple models on the same chart.
Traces are grouped by model+version+accelerator+parallelism with model
name shown in legend, hover text, and plot title.

Closes openshift-psap#64

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

Warning

Review limit reached

@aas008, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 47 minutes

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 5012e397-d45b-4028-bfb1-d055b7c9c7d6

📥 Commits

Reviewing files that changed from the base of the PR and between 7100702 and 3a95aa4.

📒 Files selected for processing (1)
  • dashboard.py

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@codecov-commenter

Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

❌ Patch coverage is 0% with 56 lines in your changes missing coverage. Please review.
⚠️ Please upload report for BASE (main@7100702). Learn more about missing BASE report.

Files with missing lines Patch % Lines
dashboard.py 0.00% 56 Missing ⚠️
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.
Additional details and impacted files
@@          Coverage Diff           @@
##             main     #77   +/-   ##
======================================
  Coverage        ?   3.45%           
======================================
  Files           ?       8           
  Lines           ?    8382           
  Branches        ?       0           
======================================
  Hits            ?     290           
  Misses          ?    8092           
  Partials        ?       0           
Flag Coverage Δ
unittests 3.45% <0.00%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

[feat] Select multiple models in the Pareto Analysis

2 participants