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/algorithm-module-reference/designer-error-codes.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1454,9 +1454,10 @@ This error can also occur when a previous operation changes the dataset such tha
1454
1454
1455
1455
Resolution:
1456
1456
1457
-
If you include a label column in the column selection but it isn’t recognized, use the [Edit Metadata](edit-metadata.md) module to mark it as a label column.
1457
+
If you include a label column in the column selection but it isn't recognized, use the [Edit Metadata](edit-metadata.md) module to mark it as a label column.
1458
1458
1459
-
<!--Use the [Summarize Data](summarize-data.md) module to generate a report that shows how many values are missing in each column. -->Then, you can use the [Clean Missing Data](clean-missing-data.md) module to remove rows with missing values in the label column.
1459
+
<!--Use the [Summarize Data](summarize-data.md) module to generate a report that shows how many values are missing in each column. -->
1460
+
Then, you can use the [Clean Missing Data](clean-missing-data.md) module to remove rows with missing values in the label column.
1460
1461
1461
1462
Check your input datasets to make sure that they contain valid data, and enough rows to satisfy the requirements of the operation. Many algorithms will generate an error message if they require some minimum number rows of data, but the data contains only a few rows, or only a header.
Copy file name to clipboardExpand all lines: articles/machine-learning/algorithm-module-reference/score-model.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,9 +31,9 @@ Use this module to generate predictions using a trained classification or regres
31
31
32
32
After you have generated a set of scores using [Score Model](./score-model.md):
33
33
34
-
+ To generate a set of metrics used for evaluating the model’s accuracy (performance). you can connect the scored dataset to [Evaluate Model](./evaluate-model.md),
34
+
+ To generate a set of metrics used for evaluating the model's accuracy (performance), you can connect the scored dataset to [Evaluate Model](./evaluate-model.md),
35
35
+ Right-click the module and select **Visualize** to see a sample of the results.
36
-
+Save the results to a dataset.
36
+
<!-- + To Save the results to a dataset.-->
37
37
38
38
The score, or predicted value, can be in many different formats, depending on the model and your input data:
39
39
@@ -43,7 +43,7 @@ The score, or predicted value, can be in many different formats, depending on th
43
43
44
44
## Publish scores as a web service
45
45
46
-
A common use of scoring is to return the output as part of a predictive web service. For more information, see this tutorial on how to create a web service based on a pipeline in Azure Machine Learning:
46
+
A common use of scoring is to return the output as part of a predictive web service. For more information, see [this tutorial](https://docs.microsoft.com/azure/machine-learning/tutorial-designer-automobile-price-deploy) on how to deploy a real-time endpoint based on a pipeline in Azure Machine Learning designer.
0 commit comments