Method
Gets a list of outliers measured by a single feature (or overall) in an output feature group from a prediction.
| 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.
| KEY |
TYPE |
DESCRIPTION |
| success |
Boolean |
true if the call succeeded, false if there was an error |
| byValue |
JSON Object |
|
| klDrift |
FeatureRecord |
|
| jsDrift |
FeatureRecord |
|
| upper |
FeatureRecord |
|
| lower |
FeatureRecord |
|
| unseen |
FeatureRecord |
|
| uncommon |
FeatureRecord |
|
| overall |
FeatureRecord |
|