리텐션 분석 스크립트 최초 커밋

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.
This commit is contained in:
Gnill82
2025-08-30 21:21:35 +09:00
parent 6f35be1564
commit 174e41c5b7
4 changed files with 1822 additions and 0 deletions

View File

@ -0,0 +1,11 @@
{
"permissions": {
"allow": [
"Bash(python:*)",
"Bash(pip install:*)",
"Read(C:\\Users/**)"
],
"deny": [],
"ask": []
}
}