This repository contains an implementation of the structure learning methods described in "Towards Federated Bayesian Network Structure Learning with Continuous Optimization".
If you find it useful, please consider citing:
@inproceedings{Ng2022federated,
author = {Ng, Ignavier and Zhang, Kun},
title = {Towards Federated Bayesian Network Structure Learning with Continuous Optimization},
booktitle = {International Conference on Artificial Intelligence and Statistics},
year = {2022},
}
- Python 3.6+
numpy
scipy
python-igraph
torch
- See examples/linear.ipynb and examples/nonlinear.ipynb for a demo in the linear and nonlinear cases, respectively.