abacusai.model_monitor_version_metric_data
Classes
Data for displaying model monitor version metric data |
Module Contents
- class abacusai.model_monitor_version_metric_data.ModelMonitorVersionMetricData(client, name=None, algoName=None, featureGroupVersion=None, modelMonitor=None, modelMonitorVersion=None, metricInfos=None, metricNames=None, metrics=None, metricCharts=None, otherMetrics=None, actualValuesSupportedForDrilldown=None)
Bases:
abacusai.return_class.AbstractApiClass
Data for displaying model monitor version metric data
- Parameters:
client (ApiClient) – An authenticated API Client instance
name (str) – The name of the metric type
algoName (str) – The name of the algo used for the prediction metric
featureGroupVersion (str) – The prediction feature group used for analysis
modelMonitor (str) – The id of the model monitor
modelMonitorVersion (str) – The id of the model monitor version
metricInfos (dict) – Name and description for metrics
metricNames (dict) – Internal name to external name mapping
metrics (dict) – Metric name to metric data
metricCharts (list) – List of different metric charts
otherMetrics (list) – List of other metrics to optionally plot
actualValuesSupportedForDrilldown (list) – List of values support for drilldown
- name = None
- algo_name = None
- feature_group_version = None
- model_monitor = None
- model_monitor_version = None
- metric_infos = None
- metric_names = None
- metrics = None
- metric_charts = None
- other_metrics = None
- actual_values_supported_for_drilldown = None
- deprecated_keys
- __repr__()