Skip to content

Commit 6b45635

Browse files
authored
Fix missing key in featureimportance dictionary (#4116)
* Fix missing key in featureimportance dictionary * upgrade azure-ai-ml version * fix
1 parent dd5d7db commit 6b45635

30 files changed

Lines changed: 30 additions & 30 deletions

File tree

assets/model_monitoring/components/data_drift/data_drift_compute_metrics/spec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ conf:
6464
dependencies:
6565
- pip:
6666
- azure-storage-file-datalake~=12.11.0
67-
- azure-ai-ml~=1.23.1
67+
- azure-ai-ml~=1.26.3
6868
- azureml-mlflow~=1.59.0
6969
- mltable~=1.6.1
7070
- azureml-fsspec~=1.3.1

assets/model_monitoring/components/data_quality/data_quality_compute_metrics/spec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ conf:
5454
dependencies:
5555
- pip:
5656
- azure-storage-file-datalake~=12.11.0
57-
- azure-ai-ml~=1.23.1
57+
- azure-ai-ml~=1.26.3
5858
- azureml-mlflow~=1.59.0
5959
- mltable~=1.6.1
6060
- azureml-fsspec~=1.3.1

assets/model_monitoring/components/data_quality/data_quality_metrics_joiner/spec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ conf:
4343
dependencies:
4444
- pip:
4545
- azure-storage-file-datalake~=12.11.0
46-
- azure-ai-ml~=1.23.1
46+
- azure-ai-ml~=1.26.3
4747
- azureml-mlflow~=1.59.0
4848
- mltable~=1.6.1
4949
- azureml-fsspec~=1.3.1

assets/model_monitoring/components/data_quality/data_quality_statistics/spec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ conf:
4242
dependencies:
4343
- pip:
4444
- azure-storage-file-datalake~=12.11.0
45-
- azure-ai-ml~=1.23.1
45+
- azure-ai-ml~=1.26.3
4646
- azureml-mlflow~=1.59.0
4747
- mltable~=1.6.1
4848
- azureml-fsspec~=1.3.1

assets/model_monitoring/components/feature_attribution_drift/feature_attribution_drift_compute_metrics/spec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ conf:
4141
dependencies:
4242
- pip:
4343
- azure-storage-file-datalake~=12.11.0
44-
- azure-ai-ml~=1.23.1
44+
- azure-ai-ml~=1.26.3
4545
- mltable~=1.6.1
4646
- azureml-fsspec~=1.3.1
4747
- fsspec~=2023.4.0

assets/model_monitoring/components/feature_attribution_drift/feature_importance_metrics/spec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ conf:
4848
dependencies:
4949
- pip:
5050
- azure-storage-file-datalake~=12.11.0
51-
- azure-ai-ml~=1.23.1
51+
- azure-ai-ml~=1.26.3
5252
- mltable~=1.6.1
5353
- interpret-community[mimic]~=0.31.0
5454
- azureml-fsspec~=1.3.1

assets/model_monitoring/components/genai_token_statistics/genai_token_statistics_compute_metrics/spec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ conf:
4242
dependencies:
4343
- pip:
4444
- azure-storage-file-datalake~=12.11.0
45-
- azure-ai-ml~=1.23.1
45+
- azure-ai-ml~=1.26.3
4646
- azureml-mlflow~=1.59.0
4747
- mltable~=1.6.1
4848
- azureml-fsspec~=1.3.1

assets/model_monitoring/components/generation_safety_quality/annotation_compute_histogram/spec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ conf:
115115
- pip:
116116
- azure-cli-core~=2.66.0
117117
- azure-ai-evaluation~=1.0.1
118-
- azure-ai-ml~=1.23.1
118+
- azure-ai-ml~=1.26.3
119119
- openai~=1.56.2
120120
- json5==0.9.11
121121
- mltable~=1.6.1

assets/model_monitoring/components/generation_safety_quality/annotation_compute_metrics/spec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ conf:
7171
- pip:
7272
- azure-cli-core~=2.66.0
7373
- azure-ai-evaluation~=1.0.1
74-
- azure-ai-ml~=1.23.1
74+
- azure-ai-ml~=1.26.3
7575
- openai~=1.56.2
7676
- json5==0.9.11
7777
- mltable~=1.6.1

assets/model_monitoring/components/generation_safety_quality/input_schema_adaptor/spec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ conf:
3333
dependencies:
3434
- pip:
3535
- azure-storage-file-datalake~=12.8.0
36-
- azure-ai-ml~=1.23.1
36+
- azure-ai-ml~=1.26.3
3737
- azureml-mlflow~=1.49.0
3838
- mltable~=1.3.0
3939
- azureml-fsspec~=1.0.0

0 commit comments

Comments
 (0)