Skip to content

Commit 0eea901

Browse files
authored
Update model-monitoring-with-collected-data.yaml (#3530)
fix typo and add exact version number to avoid errors.
1 parent 0955680 commit 0eea901

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cli/monitoring/model-monitoring-with-collected-data.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ create_monitor:
3131
path: azureml:my_production_inference_data_model_inputs:1 # your collected data is registered as Azure Machine Learning asset
3232
type: uri_folder
3333
data_context: model_inputs
34-
pre_processing_component: azureml:production_data_preprocessing:1
34+
pre_processing_component: azureml:production_data_preprocessing:1.0.0
3535
reference_data:
3636
input_data:
3737
path: azureml:my_model_training_data:1 # use training data as comparison baseline
@@ -43,7 +43,7 @@ create_monitor:
4343
top_n_feature_importance: 20 # monitor drift for top 20 features
4444
alert_enabled: true
4545
metric_thresholds:
46-
numberical:
46+
numerical:
4747
jensen_shannon_distance: 0.01
4848
categorical:
4949
pearsons_chi_squared_test: 0.02
@@ -56,7 +56,7 @@ create_monitor:
5656
path: azureml:my_production_inference_data_model_outputs:1 # your collected data is registered as Azure Machine Learning asset
5757
type: uri_folder
5858
data_context: model_outputs
59-
pre_processing_component: azureml:production_data_preprocessing:1
59+
pre_processing_component: azureml:production_data_preprocessing:1.0.0
6060
reference_data:
6161
input_data:
6262
path: azureml:my_model_validation_data:1 # use training data as comparison reference dataset

0 commit comments

Comments
 (0)