Logo Lanfrica

Saronzeleke/Ethiopia-fi-forecast

Domain:

socioeconomic

Record type:

project
Creator:
Sar
Host:
ethiopia-fi-forecast # Ethiopia Financial Inclusion Forecasting Project πŸ“Š Project Overview A comprehensive data science project for forecasting financial inclusion metrics in Ethiopia, incorporating event impact modeling and scenario analysis to predict Account Ownership and Digital Payment Usage through 2027. Key Objectives Data Exploration: Understand Ethiopia's financial inclusion landscape through unified dataset analysis Event Impact Modeling: Quantify effects of policies, product launches, and infrastructure investments Forecasting: Generate 2025-2027 forecasts for key inclusion indicators with uncertainty quantification Dashboard Development: Create interactive tool for stakeholders to explore data and scenarios πŸ—οΈ Project Structure text ethiopia-fi-forecast/ β”œβ”€β”€ .github/workflows/ β”‚ └── unittests.yml # CI/CD pipeline configuration β”œβ”€β”€ data/ β”‚ β”œβ”€β”€ raw/ # Source datasets β”‚ β”‚ β”œβ”€β”€ ethiopia_fi_unified_data.csv # Unified dataset (observations, events, targets) β”‚ β”‚ └── reference_codes.csv # Valid categorical values β”‚ └── processed/ # Analysis-ready data β”‚ └── enriched_data_fixed.csv # Enriched dataset with additions β”œβ”€β”€ notebooks/ # Jupyter notebooks for analysis β”‚ β”œβ”€β”€ data_enrichment.ipynb # Task 1: Data exploration & enrichment β”‚ β”œβ”€β”€ eda_analysis.ipynb # Task 2: Exploratory Data Analysis β”‚ β”œβ”€β”€ impact_modeling.ipynb # Task 3: Impact modeling β”‚ └── forecasting.ipynb # Task 4: Forecasting models β”œβ”€β”€ src/ # Source code modules β”‚ β”œβ”€β”€ __init__.py β”‚ β”œβ”€β”€ impact_modeling.py # Event impact modeling logic β”‚ β”œβ”€β”€ forecasting.py # Forecasting models & scenarios β”‚ └── utils.py # Utility functions β”œβ”€β”€ dashboard/ # Streamlit dashboard β”‚ β”œβ”€β”€ app.py # Main dashboar …

Licenses