Skip to content

Commit 905d518

Browse files
authored
Merge pull request #559 from himanshu-ram-punjabi/patch-4
Update evaluate-model.md
2 parents 349a028 + 91da0f9 commit 905d518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/component-reference/evaluate-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Use this component to measure the accuracy of a trained model. You provide a dat
3131
## How to use Evaluate Model
3232
1. Connect the **Scored dataset** output of the [Score Model](./score-model.md) or Result dataset output of the [Assign Data to Clusters](./assign-data-to-clusters.md) to the left input port of **Evaluate Model**.
3333
> [!NOTE]
34-
> If use components like "Select Columns in Dataset" to select part of input dataset, please ensure
34+
> If you use components like "Select Columns in Dataset" to select part of input dataset, please ensure
3535
> Actual label column (used in training), 'Scored Probabilities' column and 'Scored Labels' column exist to calculate metrics like AUC, Accuracy for binary classification/anomaly detection.
3636
> Actual label column, 'Scored Labels' column exist to calculate metrics for multi-class classification/regression.
3737
> 'Assignments' column, columns 'DistancesToClusterCenter no.X' (X is centroid index, ranging from 0, ..., Number of centroids-1) exist to calculate metrics for clustering.

0 commit comments

Comments
 (0)