Skip to content

Enum: ChurnClassificationEnum

Customer churn prediction labels

URI: valuesets:ChurnClassificationEnum

Permissible Values

Value Meaning Description
RETAINED None Customer continues using the service
CHURNED None Customer stopped using the service

Slots

Name Description
churn_classification Customer churn prediction labels

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/valuesets

LinkML Source

name: ChurnClassificationEnum
description: Customer churn prediction labels
from_schema: https://w3id.org/linkml/valuesets
rank: 1000
permissible_values:
  RETAINED:
    text: RETAINED
    description: Customer continues using the service
    annotations:
      note:
        tag: note
        value: No appropriate ontology term found for customer retention
    aliases:
    - active
    - staying
    - '0'
  CHURNED:
    text: CHURNED
    description: Customer stopped using the service
    annotations:
      note:
        tag: note
        value: No appropriate ontology term found for customer churn
    aliases:
    - lost
    - inactive
    - attrited
    - '1'