You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/prompt-flow/get-started-prompt-flow.md
+7-9Lines changed: 7 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -219,29 +219,27 @@ When completed, select the link, go to batch run detail page.
219
219
220
220
:::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":::
221
221
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.
223
223
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.
225
225
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":::
227
227
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.
231
229
232
230
:::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":::
233
231
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.
235
233
236
234
:::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":::
237
235
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.
239
237
240
238
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.
241
239
242
240
## Deployment
243
241
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.
0 commit comments