Method
getOutliersForFeature GET
Copy GET

Gets a list of outliers measured by a single feature (or overall) in an output feature group from a prediction.

Arguments:

REQUIRED KEY TYPE DESCRIPTION
Yes modelMonitorVersion str Unique string identifier for a model monitor version created under the project.
No featureName str Name of the feature to view the distribution of.
No nestedFeatureName str Optionally, the name of the nested feature that the feature is in.
Note: The arguments for the API methods follow camelCase but for Python SDK underscore_case is followed.

Response:

KEY TYPE DESCRIPTION
success Boolean true if the call succeeded, false if there was an error
byValue JSON Object
klDrift FeatureRecord
KEY TYPE Description
data dict the record's current data
jsDrift FeatureRecord
KEY TYPE Description
data dict the record's current data
upper FeatureRecord
KEY TYPE Description
data dict the record's current data
lower FeatureRecord
KEY TYPE Description
data dict the record's current data
unseen FeatureRecord
KEY TYPE Description
data dict the record's current data
uncommon FeatureRecord
KEY TYPE Description
data dict the record's current data
overall FeatureRecord
KEY TYPE Description
data dict the record's current data
Language: