Skip to main content

A bayesian network implementation

Project description

Bayesian Network

Public library for a Bayesian Network in python. This library uses only re as dependency. It works as a standalone library and can be used in any python project.

It is defined as a class BayesNetwork which has the following methods:

  • add_node : Adds a node to the network
  • edit_node : Edits a node in the network
  • compact : Shows a compact representation of the network
  • defined : Checks if every node is defined
  • query : Queries the network for a given node

Installation

pip install memebayes

Usage

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

memebayes-0.1.0.tar.gz (1.5 kB view hashes)

Uploaded Source

Built Distribution

memebayes-0.1.0-py3-none-any.whl (1.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page