{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/arxiv-2606-13959","title":"Can Machine Learning Forecast Rice Yields in Data-Constrained Settings? Satellite Climate Data, National Crop Statistics, and Lessons from Sierra Leone","arxiv_id":"2606.13959","date":"2026-06-11","proceeding":null,"authors":["Ibrahim Denis Fofanah"],"abstract":"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.","url_abs":"https://arxiv.org/abs/2606.13959","url_pdf":"https://arxiv.org/pdf/2606.13959","source":{"archive":null,"snapshot":"2025-07-28","note":"not in the Papers with Code archive (frozen at the snapshot)","row_kind":"graph","title_abstract_authors_date":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)"},"code_links":[],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"syntology_url":"https://syntology.ai/paper/2606.13959","atlas_url":"https://app.syntology.ai/?focus=2606.13959","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2606.13959"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-25T09:33:49+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/Denis060/sierraleone-agri-ml","reach":null}],"summary":{"ran":4,"unverified":15},"by_repo_kind":{"found_in_text":{"samples":19,"ran":4,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"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"},"n_pointer_only_for_licence":19,"samples":[{"code_sha256_prefix":"b440a82a82401ea3","entry":"best_ml_model_name","repo":"Denis060/sierraleone-agri-ml","repo_kind":"found_in_text","path":"src/evaluation.py","file_url":"https://github.com/Denis060/sierraleone-agri-ml/blob/HEAD/src/evaluation.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"b440a82a82401ea3"}},{"code_sha256_prefix":"1e058ca353bdbb6c","entry":"chirps_vs_power_correlation","repo":"Denis060/sierraleone-agri-ml","repo_kind":"found_in_text","path":"src/climate_features.py","file_url":"https://github.com/Denis060/sierraleone-agri-ml/blob/HEAD/src/climate_features.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"1e058ca353bdbb6c"}},{"code_sha256_prefix":"80cda3d1e1b3b544","entry":"get_feature_cols","repo":"Denis060/sierraleone-agri-ml","repo_kind":"found_in_text","path":"src/features.py","file_url":"https://github.com/Denis060/sierraleone-agri-ml/blob/HEAD/src/features.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"80cda3d1e1b3b544"}},{"code_sha256_prefix":"6048aead79da6b5d","entry":"plot_rainfall_vs_yield","repo":"Denis060/sierraleone-agri-ml","repo_kind":"found_in_text","path":"src/visualize.py","file_url":"https://github.com/Denis060/sierraleone-agri-ml/blob/HEAD/src/visualize.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"6048aead79da6b5d"}},{"code_sha256_prefix":"5ff47238ba21aaa7","entry":"build_features","repo":"Denis060/sierraleone-agri-ml","repo_kind":"found_in_text","path":"src/features.py","file_url":"https://github.com/Denis060/sierraleone-agri-ml/blob/HEAD/src/features.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"5ff47238ba21aaa7"}},{"code_sha256_prefix":"4f5a8f254caa21a9","entry":"climate_robustness","repo":"Denis060/sierraleone-agri-ml","repo_kind":"found_in_text","path":"src/run_pipeline_v2.py","file_url":"https://github.com/Denis060/sierraleone-agri-ml/blob/HEAD/src/run_pipeline_v2.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"4f5a8f254caa21a9"}},{"code_sha256_prefix":"a752d43861fa30b5","entry":"download_boundary","repo":"Denis060/sierraleone-agri-ml","repo_kind":"found_in_text","path":"src/download_climate.py","file_url":"https://github.com/Denis060/sierraleone-agri-ml/blob/HEAD/src/download_climate.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"a752d43861fa30b5"}},{"code_sha256_prefix":"043260c0ea297045","entry":"download_chirps","repo":"Denis060/sierraleone-agri-ml","repo_kind":"found_in_text","path":"src/download_climate.py","file_url":"https://github.com/Denis060/sierraleone-agri-ml/blob/HEAD/src/download_climate.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"043260c0ea297045"}},{"code_sha256_prefix":"9a882103abb3bfcd","entry":"download_nasa_power","repo":"Denis060/sierraleone-agri-ml","repo_kind":"found_in_text","path":"src/download_climate.py","file_url":"https://github.com/Denis060/sierraleone-agri-ml/blob/HEAD/src/download_climate.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"9a882103abb3bfcd"}},{"code_sha256_prefix":"09a765d7e617a708","entry":"load_and_pivot","repo":"Denis060/sierraleone-agri-ml","repo_kind":"found_in_text","path":"src/data_prep.py","file_url":"https://github.com/Denis060/sierraleone-agri-ml/blob/HEAD/src/data_prep.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"09a765d7e617a708"}},{"code_sha256_prefix":"3f546bb66dc623d2","entry":"plot_actual_vs_pred","repo":"Denis060/sierraleone-agri-ml","repo_kind":"found_in_text","path":"src/visualize.py","file_url":"https://github.com/Denis060/sierraleone-agri-ml/blob/HEAD/src/visualize.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"3f546bb66dc623d2"}},{"code_sha256_prefix":"30d2886a01c8ebc6","entry":"plot_feature_importance","repo":"Denis060/sierraleone-agri-ml","repo_kind":"found_in_text","path":"src/visualize.py","file_url":"https://github.com/Denis060/sierraleone-agri-ml/blob/HEAD/src/visualize.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"30d2886a01c8ebc6"}},{"code_sha256_prefix":"1884a31dba3ede5c","entry":"save_features","repo":"Denis060/sierraleone-agri-ml","repo_kind":"found_in_text","path":"src/features.py","file_url":"https://github.com/Denis060/sierraleone-agri-ml/blob/HEAD/src/features.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"1884a31dba3ede5c"}},{"code_sha256_prefix":"32fbadc39318c0cc","entry":"save_wide","repo":"Denis060/sierraleone-agri-ml","repo_kind":"found_in_text","path":"src/data_prep.py","file_url":"https://github.com/Denis060/sierraleone-agri-ml/blob/HEAD/src/data_prep.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"32fbadc39318c0cc"}},{"code_sha256_prefix":"2ad2870e2f82c075","entry":"shap_top_features","repo":"Denis060/sierraleone-agri-ml","repo_kind":"found_in_text","path":"src/run_pipeline_v2.py","file_url":"https://github.com/Denis060/sierraleone-agri-ml/blob/HEAD/src/run_pipeline_v2.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"2ad2870e2f82c075"}},{"code_sha256_prefix":"95d5992854dc701c","entry":"walk_forward","repo":"Denis060/sierraleone-agri-ml","repo_kind":"found_in_text","path":"src/evaluation.py","file_url":"https://github.com/Denis060/sierraleone-agri-ml/blob/HEAD/src/evaluation.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"95d5992854dc701c"}},{"code_sha256_prefix":"1c5e0dc938b66759","entry":"walk_forward_featuresets","repo":"Denis060/sierraleone-agri-ml","repo_kind":"found_in_text","path":"src/evaluation.py","file_url":"https://github.com/Denis060/sierraleone-agri-ml/blob/HEAD/src/evaluation.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"1c5e0dc938b66759"}},{"code_sha256_prefix":"46885c873a809949","entry":"write_report","repo":"Denis060/sierraleone-agri-ml","repo_kind":"found_in_text","path":"src/run_pipeline.py","file_url":"https://github.com/Denis060/sierraleone-agri-ml/blob/HEAD/src/run_pipeline.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"46885c873a809949"}},{"code_sha256_prefix":"ba4286244d7a80a8","entry":"write_report","repo":"Denis060/sierraleone-agri-ml","repo_kind":"found_in_text","path":"src/run_pipeline_v2.py","file_url":"https://github.com/Denis060/sierraleone-agri-ml/blob/HEAD/src/run_pipeline_v2.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"mcp_get_code":{"code_sha256":"ba4286244d7a80a8"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.LG","source":"arxiv_2026.jsonl"},"syntology_extracted_results":{"kind":"leaderboard_placements","source":"Syntology's leaderboard-shaped extractor over the paper's own arXiv-HTML tables: a model pointed at a cell, the number was read from that cell and checked against the board's metric, dataset, split and scale, and an independent check accepted the entry; not reviewed by the paper's authors or the archive's editors","extractor_model":"global.anthropic.claude-sonnet-4-5-20250929-v1:0","verifier_model":null,"prompt_sha":"fa63d4bb9d755694","coverage":{"sentence":"Syntology has checked 6,885 of the 9,623 papers on this site that are newer than the archive; results from the others appear after they are checked.","papers_newer_than_archive":9623,"papers_checked":6885},"entries":[],"not_placed":{"boards":0,"rejected_by_independent_check":0,"refused_by_a_rule":0,"check_did_not_answer":0,"proposed_without_a_cell":0,"declined_by_site":0}}}