Supporting information for "Environmental and ecological signals predict food shortages for subtropical Australian flying fox populations, reservoir of Hendra virus."
收藏NIAID Data Ecosystem2026-05-02 收录
下载链接:
https://zenodo.org/record/15047279
下载链接
链接失效反馈官方服务:
资源简介:
Manuscript:
https://doi.org/10.1101/2023.12.01.569640
Description
Food availability determines where and how animals use space across a landscape, and therefore affects the risk of encounters leading to zoonotic spillover. This relationship is evident in Australian flying foxes (Pteropus spp; fruit bats), where acute food shortages precede clusters of Hendra virus spillovers. Using machine learning, we predicted months of food shortages from climatological and ecological covariates (1996-2022) in subtropical Australia. Overall accuracy in predicting months of low food availability on a test set from 2018 up to 2022 reached 93.33% and 92.59% based on climatological and bat-level features, respectively. Seasonality and Oceanic El Niño Index were the most important environmental features, while the number of bats in rescue centers and their body weights were the most important bat-level features. These models support predictive signals up to nine months in advance, facilitating action to mitigate spillover risk.
Directories:
flying-fox-food-shortage
├── data
│ ├── bat-level_data.csv
│ └── environmental_data.csv
├── config
│ ├── bat_features.txt
│ ├── env_features.txt
│ └── rename.txt
├── figures
│ └── *.pdf
├── scripts
│ ├── HyperparameterTuning.py
│ ├── Metrics.py
│ └── Plots.py
├── FlyingFoxFoodShortage.ipynb
├── FlyingFoxGLM.ipynb
└── requirements.txt
Data:
The `data` folder includes CSVs of bat-level and environmental inputs and outputs for the GBDT and GLM models.
Config:
The `config` folder includes names of bat-level and environmental input features for the GBDT model as well as a renaming dictionary for plotting purposes.
Figures:
The `figures` folder includes all modeling and feature explainability figures used in the manuscript. See `FlyingFoxFoodShortage.ipynb` and `FlyingFoxGLM.ipynb` to generate these figures.
Scripts:
The `scripts` folder includes utility scripts implemented in Python that assist in model training, inference, and evaluation.
`HyperparameterTuning.py` conducts a grid search over hyperparameter combinations and cross-validation folds to select the optimal set of hyperparameters.
`Metrics.py` computes performance metrics like accuracy and confusion matrices for model evaluation.
`Plots.py` generates and saves the relevant modeling and explainable-AI figures used in the manuscript.
Notebooks:
The `FlyingFoxFoodShortage.ipynb` and `FlyingFoxGLM.ipynb` notebooks are used for data loading and pre-processing, model training, model inference, model evaluation, and figure generation using the GBDT and GLM models, respectively.
Citation:
@article {
Lagergren2023.12.01.569640,
author = {John Lagergren and Manuel Ruiz-Aravena and Daniel J. Becker and Wyatt Madden and Lib Ruytenberg and Andrew Hoegh and Barbara Han and Alison J. Peel and Peggy Eby and Daniel Jacobson and Raina K. Plowright},
title = {Environmental and ecological signals predict periods of nutritional stress for Eastern Australian flying fox populations},
elocation-id = {2023.12.01.569640},
year = {2023},
doi = {10.1101/2023.12.01.569640},
publisher = {Cold Spring Harbor Laboratory},
URL = {https://www.biorxiv.org/content/early/2023/12/04/2023.12.01.569640},
eprint = {https://www.biorxiv.org/content/early/2023/12/04/2023.12.01.569640.full.pdf},
journal = {bioRxiv}
}
创建时间:
2025-03-24



