Skip to content

Commit 5cf4909

Browse files
authored
Update get-started-prompt-flow.md
1 parent e5fef44 commit 5cf4909

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

articles/machine-learning/prompt-flow/get-started-prompt-flow.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -219,29 +219,27 @@ When completed, select the link, go to batch run detail page.
219219

220220
:::image type="content" source="./media/get-started-prompt-flow/batch-run-status.png" alt-text="Screenshot of Web classification showing a successful batch run and link to detail page." lightbox = "./media/get-started-prompt-flow/batch-run-status.png":::
221221

222-
Select **Refresh** until the run is completed. The upper area displays the batch run information, the lower section shows the evaluation run. By selecting the link of run name, you can view the snapshot of a run and overview the output result.
222+
The batch run may take a while to finish. You can **Refresh** the page to load the latest status.
223223

224-
:::image type="content" source="./media/get-started-prompt-flow/refresh-until-the-evaluation-run-is-completed.png" alt-text="Screenshot of Web classification batch run detail page." lightbox = "./media//get-started-prompt-flow/refresh-until-the-evaluation-run-is-completed.png":::
224+
After the batch run is completed, select **View outputs** to view the result of your batch run.
225225

226-
Go to the **Outputs** tab, you can view the result of your batch run.
226+
:::image type="content" source="./media/get-started-prompt-flow/check-outputs.png" alt-text="Screenshot of Web classification batch run details page to view outputs." lightbox = "./media/get-started-prompt-flow/check-outputs.png":::
227227

228-
:::image type="content" source="./media/get-started-prompt-flow/check-outputs.png" alt-text="Screenshot of Web classification batch run details page on the outputs tab." lightbox = "./media/get-started-prompt-flow/check-outputs.png":::
229-
230-
If you have added an evaluation method to evaluate your flow, go to the **Metrics** tab, check the evaluation metrics.
228+
If you have added an evaluation method to evaluate your flow, go to the **Metrics** tab, check the evaluation metrics. You can see the overall accuracy of your batch run.
231229

232230
:::image type="content" source="./media/get-started-prompt-flow/check-metrics.png" alt-text="Screenshot of Web classification batch run detail page on the metrics tab." lightbox = "./media/get-started-prompt-flow/check-metrics.png":::
233231

234-
To understand in which case the flow classifies incorrectly, you need to see the evaluation results for each row of data. Go to **Outputs** tab, select the evaluation run, you can see in the table below for most cases the flow classifies correctly except for few rows.
232+
To understand how this accuracy was calculated, you can view the evaluation results for each row of data. In **Outputs** tab, select the evaluation run, you can see in the table which cases are predicted correctly and which are not.
235233

236234
:::image type="content" source="./media/get-started-prompt-flow/check-outputs-for-each-row-of-data.png" alt-text="Screenshot of Web classification batch run detail page on the output tab." lightbox = "./media/get-started-prompt-flow/check-outputs-for-each-row-of-data.png":::
237235

238-
You can adjust column width, hide/unhide columns, and export table to csv file for further investigation.
236+
You can adjust column width, hide/unhide columns, and select **Export** to download a csv file of the batch run outputs for further investigation.
239237

240238
As you might know, accuracy isn't the only metric that can evaluate a classification task, for example you can also use recall to evaluate. In this case, you can select **New evaluation**, choose other evaluation methods to evaluate.
241239

242240
## Deployment
243241

244-
After you build a flow and test it properly, you may want to deploy it as an endpoint so that you can invoke the endpoint for real-time inference.
242+
After you build a flow and test it properly, you may want to deploy it as an endpoint so that you can invoke the endpoint for real-time inference. You can refer to [this article](how-to-deploy-for-real-time-inference.md) for a detailed guidance.
245243

246244
### Configure the endpoint
247245

0 commit comments

Comments
 (0)