Papers › Can Machine Learning Forecast Rice Yields in Data-Constrained Settings? Satellite...

Can Machine Learning Forecast Rice Yields in Data-Constrained Settings? Satellite Climate Data, National Crop Statistics, and Lessons from Sierra Leone

11 Jun 2026arXiv:2606.13959added by Syntology

Ibrahim Denis Fofanah

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Sierra Leone's agriculture operates with almost no data-driven decision support, and no published machine learning study has examined the country's crop yields. We ask whether rice yield can be forecast from data Sierra Leone currently has. Using 25 years of FAOSTAT production data (2000-2024) for nine major crops, we train XGBoost, Gradient Boosting, and Random Forest under a strict anti-leakage protocol with expanding-window walk-forward evaluation across seven held-out years, benchmarked against naive persistence. No model trained on crop statistics alone outperforms persistence. Augmenting with free satellite climate data (CHIRPS rainfall, NASA POWER temperature) reverses this result: a climate-only XGBoost reduces forecast error by one third (RMSE 284 vs 428 kg/ha), a gain that holds for a linear model and is robust to excluding the anomalous 2018 season. Early-season (May-June) rainfall is the dominant predictor, implying seasonal yield risk is observable months before harvest. No model anticipated the 2018 collapse, whose origins were institutional rather than climatic. We translate the findings into policy recommendations for Sierra Leone's Feed Salone Strategy, with a fully open-source pipeline.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2606.13959")

Code

Syntology Ran 4 of 19 code samples harvested from 1 repository linked to this paper; 15 have no recorded run. Of those that ran: 4 ran with no contract checked.

By repository: found in paper text by Syntology: 19 samples from 1 repository, 4 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

Denis060/sierraleone-agri-ml found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

19 samples harvested; 4 ran; 0 honoured the contract we drafted; 15 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

4ran
15unverified

Licence: 19 of the 19 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from Denis060/sierraleone-agri-ml. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

best_ml_model_name Denis060/sierraleone-agri-ml/src/evaluation.py found in paper text by Syntology ran no licence file found · pointer only · b440a82a82401ea3 · report
chirps_vs_power_correlation Denis060/sierraleone-agri-ml/src/climate_features.py found in paper text by Syntology ran no licence file found · pointer only · 1e058ca353bdbb6c · report
get_feature_cols Denis060/sierraleone-agri-ml/src/features.py found in paper text by Syntology ran no licence file found · pointer only · 80cda3d1e1b3b544 · report
plot_rainfall_vs_yield Denis060/sierraleone-agri-ml/src/visualize.py found in paper text by Syntology ran no licence file found · pointer only · 6048aead79da6b5d · report
build_features Denis060/sierraleone-agri-ml/src/features.py found in paper text by Syntology unverified no licence file found · pointer only · 5ff47238ba21aaa7 · report
climate_robustness Denis060/sierraleone-agri-ml/src/run_pipeline_v2.py found in paper text by Syntology unverified no licence file found · pointer only · 4f5a8f254caa21a9 · report
download_boundary Denis060/sierraleone-agri-ml/src/download_climate.py found in paper text by Syntology unverified no licence file found · pointer only · a752d43861fa30b5 · report
download_chirps Denis060/sierraleone-agri-ml/src/download_climate.py found in paper text by Syntology unverified no licence file found · pointer only · 043260c0ea297045 · report
download_nasa_power Denis060/sierraleone-agri-ml/src/download_climate.py found in paper text by Syntology unverified no licence file found · pointer only · 9a882103abb3bfcd · report
load_and_pivot Denis060/sierraleone-agri-ml/src/data_prep.py found in paper text by Syntology unverified no licence file found · pointer only · 09a765d7e617a708 · report
plot_actual_vs_pred Denis060/sierraleone-agri-ml/src/visualize.py found in paper text by Syntology unverified no licence file found · pointer only · 3f546bb66dc623d2 · report
plot_feature_importance Denis060/sierraleone-agri-ml/src/visualize.py found in paper text by Syntology unverified no licence file found · pointer only · 30d2886a01c8ebc6 · report
save_features Denis060/sierraleone-agri-ml/src/features.py found in paper text by Syntology unverified no licence file found · pointer only · 1884a31dba3ede5c · report
save_wide Denis060/sierraleone-agri-ml/src/data_prep.py found in paper text by Syntology unverified no licence file found · pointer only · 32fbadc39318c0cc · report
shap_top_features Denis060/sierraleone-agri-ml/src/run_pipeline_v2.py found in paper text by Syntology unverified no licence file found · pointer only · 2ad2870e2f82c075 · report
walk_forward Denis060/sierraleone-agri-ml/src/evaluation.py found in paper text by Syntology unverified no licence file found · pointer only · 95d5992854dc701c · report
walk_forward_featuresets Denis060/sierraleone-agri-ml/src/evaluation.py found in paper text by Syntology unverified no licence file found · pointer only · 1c5e0dc938b66759 · report
write_report Denis060/sierraleone-agri-ml/src/run_pipeline.py found in paper text by Syntology unverified no licence file found · pointer only · 46885c873a809949 · report
write_report Denis060/sierraleone-agri-ml/src/run_pipeline_v2.py found in paper text by Syntology unverified no licence file found · pointer only · ba4286244d7a80a8 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2606.13959, was issued in June 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections