Repository that shows code and policies used in the proof-of-concept treated in a recent paper published by the EPI Project [1].
This repository contains two large segments of example code:
policies/
contains eFLINT snippets that examplify policy used during the proof-of-concept; andworkflows/
contains BraneScript snippets that encode the workflows that drove the work done during the proof-of-concept.
Conceptually, the first is used to constrain the system to prevent it from doing somethings undesirable; the second is used to drive it to make it do something useful.
See the respective folders for more information.
The code presented here is licensed under the Apache 2.0 license. See LICENSE
for more details.
[1] Müller, T.; Turner, R.; Amiri, S.; Allaart, C.; et al. (2025). Optimizing clinical pathways with federated data. Accepted.
[2] Turner, R.; Grunwald, P. (2023). Safe Sequential Testing and Effect Estimation in Stratified Count Data. Proceedings of The 26th International Conference on Artificial Intelligence and Statistic, in Proceedings of Machine Learning Research 206:4880-4893 Available from https://proceedings.mlr.press/v206/turner23a.html, with the original code corresponding this paper available in an online repository, and uses code from the safestats R-package.