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
instantiates:
- valuesets_meta:ValueSetEnumDefinition
description: Customer churn prediction labels
title: Churn Classification
from_schema: https://w3id.org/linkml/valuesets
contributors:
- orcid:0000-0002-6601-2165
- https://github.com/anthropics/claude-code
status: DRAFT
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'