We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 68b3c37 + 6382701 commit e55b381Copy full SHA for e55b381
articles/machine-learning/how-to-monitor-model-performance.md
@@ -234,6 +234,7 @@ create_monitor:
234
path: azureml:my_model_training_data:1 # use training data as comparison baseline
235
type: mltable
236
dataset_context: training
237
+ target_column_name: fraud_detected
238
features:
239
top_n_feature_importance: 20 # monitor drift for top 20 features
240
metric_thresholds:
@@ -556,6 +557,7 @@ create_monitor:
556
557
558
559
560
561
562
563
0 commit comments