-
Notifications
You must be signed in to change notification settings - Fork 130
components data_drift_compute_metrics
github-actions[bot] edited this page Sep 23, 2023
·
32 revisions
Description: Compute data drift metrics given a baseline and a deployment's model data input.
Version: 0.3.6
View in Studio: https://ml.azure.com/registries/azureml/components/data_drift_compute_metrics/version/0.3.6
Name | Description | Type | Default | Optional | Enum |
---|---|---|---|---|---|
baseline_dataset | mltable | ||||
production_dataset | mltable | ||||
feature_names | mltable | ||||
numerical_metric | string | ||||
categorical_metric | string | ||||
categorical_threshold | number | ||||
numerical_threshold | number |
Name | Description | Type |
---|---|---|
signal_metrics | mltable |