This folder (release_upload/) is the finalized package prepared for GitHub upload.
.gitignore.env.exampleREADME.mdREADME.en.mdrequirements.txttrain_model.pydocs/research_summary.mddocs/research_summary.en.mddata/README.mddata/README.en.mdresults/feature_importance_VERSION1.csvresults/feature_importance_VERSION2.csv
- Sensitive information check
- No keyword matches found for sensitive patterns (
password,token,api_key, DB URLs/accounts, local user paths, etc.).
- Result file format check
results/feature_importance_VERSION1.csv: 20 rows, columnsFeature, Importanceresults/feature_importance_VERSION2.csv: 20 rows, columnsFeature, Importance- No unnecessary note row (
Note:).
- Documentation link check
- Core files referenced in
README.mdexist as expected.
- No abnormal signals found for public repository upload.
- Raw data, notebooks, and draft assets (
.docx,.ipynb,.zip) are not included in this folder.
Run inside release_upload/:
git init
git add .
git commit -m "Initial public release"
git branch -M main
git remote add origin <your_repo_url>
git push -u origin main