-
Notifications
You must be signed in to change notification settings - Fork 128
components Model Monitoring documentation
-
Compute data drift metrics given a baseline and a deployment's model data input.
-
Computes the data drift between a baseline and production data assets.
-
Compute data quality metrics leveraged by the data quality monitor.
-
Compute data statistics leveraged by the data quality monitor.
-
Join baseline and target data quality metrics into a single output.
-
Computes the data quality of a target dataset with reference to a baseline.
-
feature_attribution_drift_compute_metrics
Feature attribution drift using model monitoring.
-
feature_attribution_drift_signal_monitor
Computes the feature attribution between a baseline and production data assets.
-
Feature importance for model monitoring.
-
model_data_collector_preprocessor
Filters the data based on the window provided.
-
model_monitor_compute_histogram
Compute a histogram given an input data and associated histogram buckets.
-
model_monitor_compute_histogram_buckets
Compute histogram buckets given up to two datasets.
-
Creates the model monitor metric manifest.
-
model_monitor_evaluate_metrics_threshold
Evaluate the metrics against the threshold provided in the model monitor.
-
model_monitor_feature_selector
Selects features to compute signal metrics on.
-
Output the computed model monitor metrics to the default datastore.
-
prediction_drift_signal_monitor
Computes the prediction drift between a baseline and a target data assets.