An open API service indexing awesome lists of open source software.

https://github.com/erdogant/bnclassify

bnlearn
https://github.com/erdogant/bnclassify

bayesian-inference bayesian-structure-learning dag directed-acyclic-graph inference python structure-learning

Last synced: 9 months ago
JSON representation

bnlearn

Awesome Lists containing this project

README

          

# bnclassify - Probability density fitting.

[![Python](https://img.shields.io/pypi/pyversions/bnlearn)](https://img.shields.io/pypi/pyversions/bnlearn)
[![PyPI Version](https://img.shields.io/pypi/v/bnlearn)](https://pypi.org/project/bnlearn/)
[![License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/erdogant/bnlearn/blob/master/LICENSE)
[![Github Forks](https://img.shields.io/github/forks/erdogant/bnlearn.svg)](https://github.com/erdogant/bnlearn/network)
[![GitHub Open Issues](https://img.shields.io/github/issues/erdogant/bnlearn.svg)](https://github.com/erdogant/bnlearn/issues)
[![Project Status](http://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active)
[![Downloads](https://pepy.tech/badge/bnclassify/month)](https://pepy.tech/project/bnclassify)
[![Downloads](https://pepy.tech/badge/bnclassify)](https://pepy.tech/project/bnclassify)
[![DOI](https://zenodo.org/badge/231263493.svg)](https://zenodo.org/badge/latestdoi/231263493)
[![Sphinx](https://img.shields.io/badge/Sphinx-Docs-Green)](https://erdogant.github.io/bnlearn/)
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/erdogant/bnlearn/blob/master/notebooks/bnlearn.ipynb)

###

``bnclassify`` is Python package that originates from ``bnlearn`` and is for learning the graphical structure of Bayesian networks, parameter learning, inference and sampling methods. Although there are very good Python packages for probabilistic graphical models, it still can remain difficult (and somethimes unnecessarily) to (re)build certain pipelines. ``bnclassify`` for python (this package) is build on the pgmpy package and contains the most-wanted pipelines. Navigate to [API documentations](https://erdogant.github.io/bnlearn/) for more detailed information.

**Star the [bnlearn](https://github.com/erdogant/bnlearn) repo if you like it! ⭐️**

##

### Blog/Documentation

* [**Step-by-step guide for structure learning!**](https://towardsdatascience.com/a-step-by-step-guide-in-detecting-causal-relationships-using-bayesian-structure-learning-in-python-c20c6b31cee5)
* [**Step-by-step guide for knowledge-driven models!**](https://link.medium.com/LBp2eW8qNjb)
* [**bnlearn documentation pages (Sphinx)**](https://erdogant.github.io/bnlearn/)

* ``bnclassify`` is Python package that originates from ``bnlearn`` library.
* Examples and information can be found [at the bnlearn github](https://github.com/erdogant/bnlearn)