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 β¦