abacusai.model_monitor_org_summary
Classes
A summary of an organization's model monitors  | 
Module Contents
- class abacusai.model_monitor_org_summary.ModelMonitorOrgSummary(client, summary=None, featureDrift=None, labelDrift=None, dataIntegrity=None, performance=None, alerts=None, monitorData=None, totalStarredMonitors=None)
 Bases:
abacusai.return_class.AbstractApiClassA summary of an organization’s model monitors
- Parameters:
 client (ApiClient) – An authenticated API Client instance
summary (dict) – Count of monitors, count of versions, count of total rows of prediction data, count of failed versions.
featureDrift (dict) – Percentage of monitors with and without KL divergence > 2.
labelDrift (dict) – Histogram of label drift across versions.
dataIntegrity (dict) – Counts of violations.
performance (dict) – Model accuracy information.
alerts (dict) – Count of alerts that are raised.
monitorData (dict) – Information about monitors used in the summary for each time period.
totalStarredMonitors (int) – Total number of starred monitors.
- summary = None
 
- feature_drift = None
 
- label_drift = None
 
- data_integrity = None
 
- performance = None
 
- alerts = None
 
- monitor_data = None
 
- total_starred_monitors = None
 
- deprecated_keys
 
- __repr__()