Logo Lanfrica

Brilland-baba/Benin-Agri-Value-added-Forecasting

Domaine:

agriculture

Type de record:

paper
Créateur:
Bri
HĂ´te:
ARDL + ML forecasting of agricultural value added in Benin (1970-2024) # 🌾 Agricultural Value Added Forecasting — Benin (1970–2024) > Code and data accompanying the working paper **"Forecasting Beyond the Test Set: The Missing-Future-Regressor Problem in a Small-Sample Hybrid ARDL–Machine Learning Study of Agricultural Value Added in Benin."** --- ## 📑 Table of contents - Overview - Repository structure - Data sources - Methodology - Reproduce the results - Results summary - Citation - License - Contact --- ## 🔎 Overview This repository contains the full data-processing and modeling pipeline used to study the climatic and economic determinants of agricultural value added (AVA) in Benin over 1970–2024, and to compare the forecasting performance of an ARDL error-correction model against classical time-series benchmarks (ARIMA, ETS) and machine learning models (gradient boosting, random forest, SVM-RBF, KNN, decision tree) validated by leave-one-out cross-validation. The central question addressed is what happens to each of these models' forecasts once they are extended **beyond** the historical test window, into a period for which the values of every explanatory variable are unknown — the *missing-future-regressor problem*. --- ## 🗂️ Repository structure ``` . ├── pipeline_complet_analyse.py # Full analysis pipeline (data → results) ├── base_VA_agri_Benin_1970_2024.csv # Compiled dataset, 1970–2024 ├── figures/ # Figures generated by the pipeline ├── tableaux/ # Tables generated by the pipeline ├── requirements.txt # Python dependencies ├── LICENSE # MIT license └── README.md ``` --- ## 🌍 Data sources | Source | Variables | Frequency | |---|---|---| | World Bank — World Development Indicators (WDI) | GDP per capita, trade openness, private credit, connectivity, AVA/GDP, net FDI | Annual | | NASA POWER | Precipitation (total + anomaly vs. 1981–2010 baseline) | Monthly → aggregated annual | | NOAA — Climate Prediction Cente …

Licenses