mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-19 08:28:06 +02:00
refactor: remove legacy compatibility paths
This commit is contained in:
parent
c22248dabf
commit
a517c834fe
83 changed files with 239 additions and 534 deletions
|
|
@ -1,10 +1,11 @@
|
|||
name: churn_risk
|
||||
description: |
|
||||
Per-account churn risk scoring for B2B SaaS customers. Combines signals from
|
||||
subscriptions (cancellation history), support tickets (severity, SLA breaches),
|
||||
product usage (adoption decline), contracts (renewal proximity), CSM activities
|
||||
(engagement recency), and invoices (payment issues) into a weighted composite
|
||||
risk_score (0-1) and risk_tier (High/Medium/Low). One row per customer account.
|
||||
descriptions:
|
||||
user: |
|
||||
Per-account churn risk scoring for B2B SaaS customers. Combines signals from
|
||||
subscriptions (cancellation history), support tickets (severity, SLA breaches),
|
||||
product usage (adoption decline), contracts (renewal proximity), CSM activities
|
||||
(engagement recency), and invoices (payment issues) into a weighted composite
|
||||
risk_score (0-1) and risk_tier (High/Medium/Low). One row per customer account.
|
||||
sql: |
|
||||
WITH sub_signals AS (
|
||||
SELECT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue