Skip to content

Commit 4c25ece

Browse files
authored
Clarify price used as input
User feedback showed concern that price value was possibly being used as a feature to predict price. This change provides clarity.
1 parent 5db6dcb commit 4c25ece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/service/ui-tutorial-automobile-price-deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ You can test a web service in the web service tab in the visual interface.
103103

104104
![Screenshot showing the web service testing page](./media/ui-tutorial-automobile-price-deploy/web-service-test.png)
105105

106-
1. Input testing data or use the autofilled sample data and select **Test** at the bottom. The test request is submitted to the web service and the results are shown on page.
106+
1. Input testing data or use the autofilled sample data and select **Test** at the bottom. The test request is submitted to the web service and the results are shown on page. Although a price value is generated for the input data, it is not used to generate the prediction value.
107107

108108
## Manage the web service
109109

0 commit comments

Comments
 (0)