Federated Structure Learning with Continuous Optimization
May 1, 2022 ยท View on GitHub
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},
}
Requirements
- Python 3.6+
numpyscipypython-igraphtorch
Running NOTEARS(-MLP) with ADMM
- See examples/linear.ipynb and examples/nonlinear.ipynb for a demo in the linear and nonlinear cases, respectively.