Skip to content

Commit 7543a1c

Browse files
committed
one more
1 parent 1478b6e commit 7543a1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/prompt-flow/how-to-develop-an-evaluation-flow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ You can use your own aggregation logic, such as calculating score mean, median,
144144

145145
Log the metrics by using the `promptflow.log_metric()` function. You can log multiple metrics in a single evaluation flow. Metrics must be numerical (`float`/`int`).
146146

147-
## Use a customized evaluation flow
147+
## Use evaluation flows
148148

149149
After you create your own evaluation flow and metrics, you can use the flow to assess performance of a standard flow. For example, you can evaluate a QnA flow to test how it performs on a large dataset.
150150

0 commit comments

Comments
 (0)