Skip to content

Commit 1478b6e

Browse files
committed
touchups
1 parent 40b1c01 commit 1478b6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,15 +103,15 @@ To develop your own evaluation flow, select **Create** on the Azure Machine Lear
103103

104104
### Calculate scores for each data point
105105

106-
Evaluation flows calculate scores and metrics for flows run on datasets. The first step in evaluation flows is calculating scores for each individual output.
106+
Evaluation flows calculate scores and metrics for flows that run on datasets. The first step in evaluation flows is calculating scores for each individual data output.
107107

108108
For example, in the built-in Classification Accuracy Evaluation flow, the `grade` that measures the accuracy of each flow-generated output to its corresponding ground truth is calculated in the **grade** Python node.
109109

110110
If you use the evaluation flow template, you calculate this score in the **line_process** Python node. You can also replace the **line_process** python node with a large language model (LLM) node to use an LLM to calculate the score, or use multiple nodes to perform the calculation.
111111

112112
:::image type="content" source="./media/how-to-develop-an-evaluation-flow/line-process.png" alt-text="Screenshot of line process node in the template." lightbox="./media/how-to-develop-an-evaluation-flow/line-process.png":::
113113

114-
You specify the outputs of this node as the outputs of the evaluation flow, which indicates that the outputs are the scores calculated for each data sample. You can also output reasoning for more information, and it's the same experience as defining outputs in standard flow.
114+
You specify the outputs of this node as the outputs of the evaluation flow, which indicates that the outputs are the scores calculated for each data sample. You can also output reasoning for more information, and it's the same experience as defining outputs in a standard flow.
115115

116116
### Calculate and log metrics
117117

0 commit comments

Comments
 (0)