-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Code to reproduce the experiments in the MLHC paper
PiperOrigin-RevId: 386124585
- Loading branch information
1 parent
78cf564
commit 5f73ffb
Showing
4 changed files
with
35,512 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -106,6 +106,14 @@ cd agent_based_epidemic_sim/configuration_generator | |
python3 -m unittest | ||
``` | ||
|
||
## Risk Score Learning | ||
Jupyter Notebooks for learning risk score models on data sampled from a | ||
discrete grid on \[Infectiousness x Distance x Duration\] are available under | ||
`agent_based_epidemic_sim/learning`. Notebook to reproduce the experiments | ||
in [Murphy et al, Risk score learning for COVID-19 contact tracing apps, | ||
2021][5] is available at | ||
`agent_based_epidemic_sim/learning/MLHC_paper_experiments.ipynb`. | ||
|
||
## Acknowledgements | ||
|
||
The computational model used by the simulator is inspired in part by the | ||
|
@@ -126,3 +134,4 @@ and can be reached at [[email protected]][4]. | |
[2]: https://github.com/BDI-pathogens/OpenABM-Covid19 | ||
[3]: https://github.com/GoogleCloudPlatform/covid-19-open-data | ||
[4]: mailto:[email protected] | ||
[5]: https://arxiv.org/abs/2104.08415 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.