Skip to content

Commit 862e08b

Browse files
committed
touchups
1 parent 395415f commit 862e08b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ Evaluation flows are a special type of prompt flows that calculate metrics to as
2020

2121
## Understand evaluation flows
2222

23-
A prompt flow is a sequence of nodes that process input and generate output. Evaluation flows consume required inputs and produce corresponding outputs that are usually scores or metrics. Evaluation flows differ from standard flows in their authoring experience and usage.
23+
A prompt flow is a sequence of nodes that process input and generate output. Evaluation flows also consume required inputs and produce corresponding outputs that are usually scores or metrics. Evaluation flows differ from standard flows in their authoring experience and usage.
2424

25-
Evaluation flows usually run after the run they're testing by receiving its outputs and using the outputs to calculate scores and metrics. Evaluation flows log metrics by using the prompt flow SDK `log_metric()` function.
25+
Evaluation flows usually run following the run they're testing by receiving its outputs and using the outputs to calculate scores and metrics. Evaluation flows log metrics by using the prompt flow SDK `log_metric()` function.
2626

2727
The outputs of the evaluation flow are results that measure the performance of the flow being tested. Evaluation flows can have an aggregation node that calculates the overall performance of the flow being tested over the test dataset.
2828

@@ -168,7 +168,7 @@ After you create your own evaluation flow and metrics, you can use the flow to a
168168
> If your evaluation flow has an LLM node or requires a connection to consume credentials or other keys, you must enter the connection data on this screen to be able to use the evaluation flow.
169169
170170
> [!NOTE]
171-
> If your evaluation doesn't require data from the dataset, you don't need to reference any dataset columns in the input mapping section. Dataset selection is an optional configuration that doesn't affect evaluation results.
171+
> If your evaluation doesn't require data from the dataset, you don't need to reference any dataset columns in the input mapping section. In this case, dataset selection is an optional configuration that doesn't affect evaluation results.
172172
173173
1. Select **Review + submit** and then select **Submit** to run the evaluation flow.
174174

909 Bytes
Loading
527 Bytes
Loading

0 commit comments

Comments
 (0)