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

Consistent return object of AutoEval class #70

Merged
merged 7 commits into from
Dec 19, 2024

Conversation

mohitcek
Copy link
Contributor

@mohitcek mohitcek commented Dec 17, 2024

The AutoEval class is updated to return the data geenrated during counterfactual assessment. The dictionary format returned includes: a "metrics" key with metric values, and a "data" key with responses and response-level scores.

@mohitcek mohitcek marked this pull request as ready for review December 17, 2024 18:00
@dylanbouchard dylanbouchard self-requested a review December 17, 2024 18:04
Copy link
Collaborator

@dylanbouchard dylanbouchard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@dylanbouchard dylanbouchard merged commit 86aa029 into cvs-health:develop Dec 19, 2024
9 checks passed
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.

Return response-level scores for CounterfactualGenerator and AutoEval
2 participants