Project Structure
π TelcoRetentionAI β
Root directory of the project
βββ π .git π Git repository configuration
βββ π data π Raw and processed datasets
β βββ WA_Fn-UseC_-Telco-Customer-Churn.csv π Original dataset (Telco Customer Churn)
βββ π notebook π§ Jupyter notebooks following CRISP-DM steps
β βββ 01_business_understanding.ipynb
β βββ 02_data_understanding.ipynb
β βββ 03_data_preparation_modeling_evaluation.ipynb
βββ π docs π MkDocs-based documentation
β βββ π assets π Markdown files by CRISP-DM phase
β β βββ π images πΌοΈ Images supporting documentation
β β β βββ π 02_data_understanding
β β β βββ π 05_evaluation
β β β βββ π 06_project_objectives
β β βββ π01_business_understanding.md
β β βββ π02_data_understanding.md
β β βββ π03_data_preparation.md
β β βββ π04_modeling.md
β β βββ π05_evaluation.md
β β βββ π06_project_objectives.md
β β βββ π07_project_goals.md
β β βββ π08_business_recommendations.md
β β βββ π09_conclusions.md
β βββ πchangelog.md π Version history
β βββ πcontributing.md π How to contribute
β βββ πindex.md π Homepage for documentation
β βββ πinstallation.md π‘ Setup and install instructions
β βββ πproject_structure.md π§± This file (project layout)
β βββ πusage.md π How to use the project
βββ .gitignore π Ignored files
βββ .pre-commit-config.yaml β
Pre-commit hooks (quality checks)
βββ .python-version π Python version control
βββ bumpversion.cfg π Semantic versioning config
βββ Makefile βοΈ Automation commands
βββ mkdocs.yml ποΈ MkDocs site configuration
βββ pyproject.toml π¦ Poetry build system and dependencies
βββ README.md π Project overview and summary
β¬
Voltar para a PΓ‘gina Inicial