Files
api-specs/idn/beta/schemas/OutlierFeatureReference.yaml
2022-11-09 17:34:13 +00:00

20 lines
496 B
YAML

type: object
properties:
name:
type: string
description: The name of the feature
example: 'entitlement_count'
value:
oneOf:
- type: number
format: float
- type: integer
format: int64
description: The value associated to the feature name. Can be whole number or integer depending on the feature name
example: -0.45
importance:
type: number
format: float
description: Importance factor associated to the feature
example: 0.92