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

Eval/bugfix/optional eval inputs #37425

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

MilesHolland
Copy link
Member

@MilesHolland MilesHolland commented Sep 17, 2024

Adds the creation of a default column mapping as a guaranteed behavior to the evaluate function, instead of having it be dependent on a target being set. The default mapping directly maps input data and target output names directly to evaluator inputs, with target outputs taking priority over data inputs if they share a name.

Also adds 2 tests that check this behavior against a several simple evaluators with differing default-ness on their arguments.

@MilesHolland MilesHolland requested a review from a team as a code owner September 17, 2024 17:19
@github-actions github-actions bot added the Evaluation Issues related to the client library for Azure AI Evaluation label Sep 17, 2024
@azure-sdk
Copy link
Collaborator

azure-sdk commented Sep 17, 2024

API change check

APIView has identified API level changes in this PR and created following API reviews.

azure-ai-evaluation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Evaluation Issues related to the client library for Azure AI Evaluation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants