Summary
增长模型分析技能 - 提供全面的增长黑客分析工具,包括裂变策略评估、用户细分、Uplift建模、ROI优化等。支持多种增长场景的机器学习建模和智能决策建议。适用于用户增长、营销优化、产品迭代等增长分析场景。
liangdabiao/claude-data-analysis-ultra-main
增长模型分析技能 - 提供?
npx skills add liangdabiao/claude-data-analysis-ultra-main --skill growth-model-analyzer
增长模型分析技能 - 提供全面的增长黑客分析工具,包括裂变策略评估、用户细分、Uplift建模、ROI优化等。支持多种增长场景的机器学习建模和智能决策建议。适用于用户增长、营销优化、产品迭代等增长分析场景。
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Analyze Terraform plan JSON output for AzureRM Provider to distinguish between false-positive d…
8.9K installsAnalyzes unit economics by product or service using PayPal merchant insights and QuickBooks cos…
1.4K installsAnalyze job postings, calculate match scores, identify gaps, and create application strategy
7.6K installsCompare multiple job offers side-by-side with total compensation analysis
7K installsRun Salesforce Code Analyzer to scan code for security, performance, best practice, and code st…
5.6K installsOther skills from liangdabiao/claude-data-analysis-ultra-main · top by installs.
npx skills add liangdabiao/claude-data-analysis-ultra-main
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Alternate registries and mirrors of this skill.
npx skills add smithery/liangdabiao --skill growth-model-analyzer
main
Parsed from SKILL.md frontmatter.
Read, Write, Bash, Glob, GrepFiles included with this skill beyond the listing page.
SKILL.md
6,013 B
README.md
9,206 B
SUMMARY.md
314 B
增长模型分析技能是一个全面的增长黑客工具包,基于《数据分析咖哥十话》第10话的增长模型理论,提供从基础效果评估到高级机器学习建模的完整增长分析解决方案。
该技能专注于通过数据驱动的方法,帮助企业理解和优化用户增长策略,实现可持续的商业增长。
``python # 加载增长数据 analyzer = GrowthModelAnalyzer() data = analyzer.loaddata('growthdata.csv') ``
``python # 评估裂变策略效果 results = analyzer.analyzecampaigneffectiveness( data, campaigncol='裂变类型', conversioncol='是否转化' ) ``
``python # RFM用户分群 segments = analyzer.rfmsegmentation( data, usercol='用户码', recencycol='R值', frequencycol='曾助力', monetary_col='M值' ) ``
``python # 构建增长模型 upliftmodel = UpliftModeler() modelresults = upliftmodel.buildmodel( data, treatmentcol='裂变类型', outcomecol='是否转化' ) ``
``python # 评估模型效果 qiniresults = upliftmodel.analyzeqinicurve( testdata, modelpredictions ) ``
``python # 营销ROI分析 roianalyzer = ROIAnalyzer() optimizationresults = roianalyzer.optimizebudgetallocation( campaigndata, budget_constraints ) ``
当您需要评估不同裂变策略(如助力砍价、拼团狂买)的效果时,使用策略效果评估功能快速识别最优策略。
通过RFM分析和用户画像,深入了解高价值用户的特征,指导精准营销。
使用ROI优化功能,科学分配营销预算,最大化投资回报率。
利用Uplift建模预测用户对不同增长策略的响应,制定个性化增长方案。
# 运行完整增长分析示例
python examples/growth_analysis_example.py
# 快速测试核心功能
python quick_test.py
# 运行Uplift建模示例
python examples/uplift_modeling_example.py
# 生成Qini曲线分析
python examples/qini_curve_example.py
✅ 业界领先的增长建模方法 - 集成最新的增长黑客理论和实践 ✅ 完整的工具链 - 从数据清洗到策略部署的全流程支持 ✅ 机器学习驱动 - 智能化的用户洞察和策略优化 ✅ 商业价值导向 - 专注于ROI和业务增长的实用工具 ✅ 易于使用 - 简洁的API设计和丰富的使用示例 ✅ 可扩展架构 - 支持自定义模型和策略扩展
通过这个技能,您可以构建科学、高效、可衡量的用户增长体系,实现可持续的商业增长。