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: EvaluationRunResult add parameter to specify columns to keep in the comparative Dataframe #7879

Merged
merged 10 commits into from
Jun 17, 2024
Prev Previous commit
Next Next commit
Update releasenotes/notes/add-keep-columns-to-EvalRunResult-comparati…
…ve-be3e15ce45de3e0b.yaml

Co-authored-by: Madeesh Kannan <[email protected]>
  • Loading branch information
davidsbatista and shadeMe committed Jun 17, 2024
commit ef06b3208b6fd70933eb2af2cfe56c0ca0035cfb
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

enhancements:
- |
The `comparative_individual_scores_report()` from `EvaluationRunResult` as a parameter to specify columns to keep in the comparative Dataframe
Added a new parameter to `EvaluationRunResult.comparative_individual_scores_report()` to specify columns to keep in the comparative DataFrame.