Tag: 고객이탈예측
-
Python 생존분석: lifelines로 고객 이탈 예측하기
Predict customer churn with survival analysis using lifelines. Kaplan-Meier curves and Cox regression explained with working Python code.
-
고객 이탈 예측 프로젝트: 실무에서 쓰이는 머신러닝 파이프라인 구축하기
Customer churn pipeline: handle class imbalance, engineer retention features, and deploy XGBoost with 0.87 ROC-AUC. Production-ready code.