Skip to content

Commit e55b381

Browse files
authored
Merge pull request #110733 from mastloui-msft/patch-5
[Model Monitor] - Add target column name for the adv-data-drift signal.
2 parents 68b3c37 + 6382701 commit e55b381

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/machine-learning/how-to-monitor-model-performance.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ create_monitor:
234234
path: azureml:my_model_training_data:1 # use training data as comparison baseline
235235
type: mltable
236236
dataset_context: training
237+
target_column_name: fraud_detected
237238
features:
238239
top_n_feature_importance: 20 # monitor drift for top 20 features
239240
metric_thresholds:
@@ -556,6 +557,7 @@ create_monitor:
556557
path: azureml:my_model_training_data:1 # use training data as comparison baseline
557558
type: mltable
558559
dataset_context: training
560+
target_column_name: fraud_detected
559561
features:
560562
top_n_feature_importance: 20 # monitor drift for top 20 features
561563
metric_thresholds:

0 commit comments

Comments
 (0)