We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6364ba3 commit 2df28d4Copy full SHA for 2df28d4
sdk/evaluation/azure-ai-evaluation/azure/ai/evaluation/_evaluate/_evaluate.py
@@ -141,7 +141,6 @@ def _aggregate_content_safety_metrics(
141
module = inspect.getmodule(evaluators[evaluator_name])
142
if (
143
module
144
- and module.__name__.startswith("azure.ai.evaluation.")
145
and metric_name.endswith("_score")
146
and metric_name.replace("_score", "") in content_safety_metrics
147
):
0 commit comments