Skip to content

Commit d185223

Browse files
authored
Update articles/ai-studio/how-to/develop/evaluate-sdk.md
1 parent ed78050 commit d185223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-studio/how-to/develop/evaluate-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -840,7 +840,7 @@ print("Versioned evaluator id:", registered_evaluator.id)
840840
After logging your custom evaluator to your Azure AI project, you can view it in your [Evaluator library](../evaluate-generative-ai-app.md#view-and-manage-the-evaluators-in-the-evaluator-library) under **Evaluation** tab of your Azure AI project.
841841
842842
843-
### Cloud evaluation with Azure AI Project SDK
843+
### Cloud evaluation with Azure AI Projects SDK
844844
845845
You can submit a cloud evaluation with Azure AI Projects SDK via a Python API. See the following example to submit a cloud evaluation of your dataset using an NLP evaluator (F1 score), an AI-assisted quality evaluator (Relevance), a safety evaluator (Violence) and a custom evaluator. Putting it altogether:
846846

0 commit comments

Comments
 (0)