Logo Lanfrica

meba-tesfaye/ethiopia-fi-forecast

Domain:

socioeconomic

Record type:

project
Creator:
meb
Host:
# πŸ‡ͺπŸ‡Ή Ethiopia Financial Inclusion Forecasting Engine An advanced forecasting framework designed to model, trace, and project unique individual account ownership (**ACCESS**) and digital transaction adoption (**USAGE**) trajectories in Ethiopia (2014–2027). Prepared under the structural parameters of Selam Analytics. --- ## πŸ“‚ Repository Architecture ```text ethiopia-fi-forecast/ β”œβ”€β”€ dashboard/ β”‚ └── app.py # Streamlit interactive scenario dashboard (Task 5) β”œβ”€β”€ data/ β”‚ β”œβ”€β”€ raw/ β”‚ β”‚ β”œβ”€β”€ ethiopia_fi_unified_data.csv# Primary unified source file β”‚ β”‚ └── reference_codes.csv # Reference indicators catalog β”‚ └── processed/ β”‚ └── ethiopia_fi_enriched.csv # Enriched matrix containing active impact links β”œβ”€β”€ notebooks/ β”‚ β”œβ”€β”€ plots/ # Exported EDA and forecast visual assets β”‚ └── ethiopia_fi_eda.ipynb # Interactive exploratory data analysis notebook β”œβ”€β”€ src/ β”‚ β”œβ”€β”€ eda_engine.py # Automated trajectory and velocity analysis engine β”‚ β”œβ”€β”€ impact_model.py # Event-Indicator Association Engine (Task 3) β”‚ └── forecaster.py # 2025–2027 forecasting engine with 95% CI (Task 4) β”œβ”€β”€ data_enrichment_log.md # Detailed parameters & empirical evidence log β”œβ”€β”€ interim_eda_summary.md # Interim submission evaluation summary β”œβ”€β”€ generate_interim_report.py # Native pipeline report generator script β”œβ”€β”€ fix_timeline.py # Asset generator for timeline overlay plot β”œβ”€β”€ fix_usage.py # Asset generator for usage saturation plot └── README.md # Project documentation