Workspace IndexKnowledge Notes › Survival analysis — churn is a time-to-event, not a yes/no

#1177PoC

Survival analysis — churn is a time-to-event, not a yes/no

Survival models estimate when an event happens, correctly handling subjects who have not churned yet (censoring) — the thing a plain classifier throws away and biases itself by discarding.

Not yet scoped.

Why

The PoC fits a Kaplan-Meier curve and a Cox model to a subscription or wallet-activity dataset and shows why censoring makes the naive churn rate wrong.

How it works

Not yet built.

Where it lands in Jayverse

  • Wallet: model inactivity as time-to-event, not a 30-day flag. Fit a Kaplan-Meier curve to embedded-wallet activity so wallets that simply haven't churned yet aren't counted as retained or lost by a fixed cutoff.
  • Verex: censor active traders instead of assuming they've left. When measuring trader or market-maker retention, treat still-active accounts as censored observations rather than folding them into a naive churn rate.

Key expressions

Words and phrases from this page worth keeping, with the Korean meaning and the sentence they come from.

Expression뜻 · 쓰이는 자리
time-to-event사건 발생까지 걸리는 시간(으로 보는 관점) · 이탈을 예/아니오가 아니라 시점 문제로 보는 방식 · "churn is a time-to-event, not a yes/no"
censoring중도절단 · 아직 이탈하지 않은 대상을 올바르게 처리하는 통계적 개념 · "correctly handling subjects who have not churned yet (censoring)"
throw away내다버리다, 무시하다 · 일반 분류기가 아직 이탈 안 한 대상 정보를 버림 · "the thing a plain classifier throws away"
bias itself스스로를 편향시키다 · 정보를 버림으로써 결과가 왜곡됨 · "biases itself by discarding"
naive순진한, 단순한 · 중도절단을 무시한 이탈률 계산을 가리킴 · "why the naive churn rate wrong"
Kaplan-Meier curve카플란-마이어 곡선(Kaplan-Meier curve) · 중도절단을 반영해 생존확률을 추정하는 비모수 통계 기법. "fits a Kaplan-Meier curve and a Cox model"
Cox model콕스 비례위험모형(Cox proportional hazards model) · 생존분석에서 여러 변수가 사건 발생 위험에 미치는 영향을 추정하는 회귀모형. "fits a Kaplan-Meier curve and a Cox model"

← All Knowledge Notes · Workspace Index · Top ↑

생존분석 — 이탈은 예/아니오가 아니라 사건까지의 시간이다

생존 모델은 사건이 언제 일어나는지 추정하며, 아직 이탈하지 않은 대상(중도절단)을 올바르게 다룹니다 — 평범한 분류기가 버리고 그로 인해 편향되는 바로 그것입니다.

아직 범위 미정.

이 PoC는 구독 또는 지갑 활동 데이터셋에 카플란-마이어 곡선과 콕스 모델을 적합해, 중도절단이 순진한 이탈률을 틀리게 만드는 이유를 보입니다.

동작 방식

아직 만들지 않음.

Jayverse에서의 위치

  • Wallet: 비활성을 30일 플래그가 아니라 사건까지의 시간으로 모델링한다. 임베디드 지갑 활동에 Kaplan-Meier 곡선을 적용해, 아직 이탈하지 않은 지갑을 고정 기준으로 유지/이탈로 잘못 분류하지 않게 한다.
  • Verex: 여전히 활성인 트레이더는 단순 이탈로 넣지 않고 중도절단으로 처리한다. 트레이더나 마켓 메이커 리텐션을 측정할 때 활성 계정을 중도절단 관측치로 다뤄야 순진한 이탈률의 편향을 피한다.

핵심 표현

이 페이지의 영어 본문에서 배울 만한 단어와 표현, 뜻과 나온 자리.

Expression뜻 · 쓰이는 자리
time-to-event사건 발생까지 걸리는 시간(으로 보는 관점) · 이탈을 예/아니오가 아니라 시점 문제로 보는 방식 · "churn is a time-to-event, not a yes/no"
censoring중도절단 · 아직 이탈하지 않은 대상을 올바르게 처리하는 통계적 개념 · "correctly handling subjects who have not churned yet (censoring)"
throw away내다버리다, 무시하다 · 일반 분류기가 아직 이탈 안 한 대상 정보를 버림 · "the thing a plain classifier throws away"
bias itself스스로를 편향시키다 · 정보를 버림으로써 결과가 왜곡됨 · "biases itself by discarding"
naive순진한, 단순한 · 중도절단을 무시한 이탈률 계산을 가리킴 · "why the naive churn rate wrong"
Kaplan-Meier curve카플란-마이어 곡선(Kaplan-Meier curve) · 중도절단을 반영해 생존확률을 추정하는 비모수 통계 기법. "fits a Kaplan-Meier curve and a Cox model"
Cox model콕스 비례위험모형(Cox proportional hazards model) · 생존분석에서 여러 변수가 사건 발생 위험에 미치는 영향을 추정하는 회귀모형. "fits a Kaplan-Meier curve and a Cox model"

← 전체 기술 노트 · 워크스페이스 인덱스 · 맨 위 ↑