Reservoir
收藏资源简介:
Reservoir是由密歇根大学开发的一个大规模模拟流行病数据集,旨在为训练和评估流行病学AI模型提供丰富、带完整真实标签的合成数据。该数据集包含500,000条疫情爆发轨迹,覆盖十亿个模拟日,涉及多种病原体特征、人口结构和干预策略。数据通过随机模拟器生成,结合了真实噪声和报告伪影,并提供了可配置的干预措施。Reservoir主要用于反事实实验、监测设计研究以及流行病模型训练,能够解决真实世界数据规模不足且无法提供潜在真实值(如真实感染数、时变再生数)的问题。
Reservoir is a large-scale simulated epidemic dataset developed by the University of Michigan, designed to provide rich, fully labeled synthetic data for training and evaluating epidemiological AI models. This dataset contains 500,000 outbreak trajectories, covering one billion simulated days, and involves multiple pathogen characteristics, population structures and intervention strategies. The data is generated via a stochastic simulator, incorporates real-world noise and reporting artifacts, and offers configurable intervention measures. Reservoir is primarily used for counterfactual experiments, surveillance design research and epidemic model training, and can address the limitations of real-world data, including insufficient scale and the unavailability of latent ground truth values such as actual infection counts and time-varying reproduction numbers.
Reservoir:大规模模拟流行病学数据集
数据集概述
Reservoir 是一个面向流行病学模型训练与评估的大规模模拟数据集,由密歇根大学公共卫生学院“爆发分析与建模综合中心”(MICOM)的研究人员 Carson Dudley、Reiden Magdaleno 和 Marisa Eisenberg 开发。
核心特点
- 用途:用于训练和评估流行病学模型
- 规模:大规模模拟数据集
- 实现语言:包含需要本地编译的 C++ 代码,并提供 R 接口
- 许可协议:PolyForm 非商业 1.0.0 许可证
使用方式
安装要求
- 需要 R 4.4 或更高版本
- 需要本地编译器:
- macOS:运行
xcode-select --install - Windows:安装与 R 版本匹配的 Rtools
- Linux:运行
sudo apt install r-base-dev
- macOS:运行
安装步骤
-
通过 GitHub 安装:在 R 中运行
remotes::install_github("micom-hub/Reservoir") -
或直接下载 ZIP 包后,在 R 中运行: r install.packages("Rcpp") install.packages(path.expand("~/Downloads/Reservoir-main"), repos = NULL, type = "source")
-
重启 R 会话
-
加载库:
library(Reservoir)
教程与文献
- 提供入门教程文件:
reservoir_tryit_getting_started.qmd(可通过 GitHub 仓库获取) - 配套研究论文:《Reservoir: A Large-Scale Simulated Dataset for Training and Evaluating Epidemiological Models》
版权信息
© 2025 密歇根大学董事会及 Carson Dudley、Reiden Magdaleno、Marisa Eisenberg 版权所有。

- 1Reservoir: A Large-Scale Simulated Dataset for Training and Evaluating Epidemiological Models密歇根大学 · 2026年



