Files
ds_new_user_analy/.claude/settings.local.json
Gnill82 174e41c5b7 리텐션 분석 스크립트 최초 커밋
Add retention analysis configuration file
- Introduced `retention_analysis_config.json` to define settings for retention analysis.
- Configured analysis settings including correlation threshold, top features, and minimum sample size.
- Specified retention groups for analysis.
- Listed columns to be excluded from the analysis.
- Defined key metrics for day 0 analysis.
- Set output preferences for saving results in various formats.
2025-08-30 21:21:35 +09:00

11 lines
158 B
JSON

{
"permissions": {
"allow": [
"Bash(python:*)",
"Bash(pip install:*)",
"Read(C:\\Users/**)"
],
"deny": [],
"ask": []
}
}