Loading...
Loading...
Analyze user retention and churn using survival analysis, cohort analysis, and machine learning. Calculate retention rates, build survival curves, predict churn risk, and generate retention optimization strategies. Use when working with user subscription data, membership information, or when user mentions retention, churn, survival analysis, or customer lifetime value.
npx skill4agent add liangdabiao/claude-data-analysis-ultra-main retention-analysispip install pandas numpy matplotlib seaborn scikit-learn lifelines# Analyze monthly subscription renewal patterns
# Predict which users are likely to churn
# Identify features that drive long-term retention# Track member engagement over time
# Compare retention across membership tiers
# Analyze payment method impact on retention# Analyze repeat purchase patterns
# Calculate customer lifetime value
# Identify high-value customer segmentsbasic_retention.pycohort_analysis.pychurn_prediction.py