Documentation ===================== **bayesgm** is a toolkit providing a AI-driven Bayesian generative modeling framework for various Bayesian inference tasks in complex, high-dimensional data. The framework is built upon Bayesian principles combined with modern AI models, enabling flexible modeling of complex dependencies with principled uncertainty estimation. Currently, the **bayesgm** package includes two model families: - **BGM**: Bayesian generative modeling for arbitrary conditional inference (foundational model). - **CausalBGM**: Bayesian generative modeling for causal effect estimation. .. toctree:: :caption: Getting Started :maxdepth: 1 getting-started/user_guide getting-started/installation .. toctree:: :caption: Model Docs :maxdepth: 2 bgm/index causalbgm/index .. toctree:: :caption: API Reference :maxdepth: 2 api/index .. toctree:: :caption: References :maxdepth: 1 references