Python Graphical Models Toolbox
Project description
pyGMs : A Python toolbox for Graphical Models
This code provides a simple Python-based interface for defining probabilistic graphical models (Bayesian networks, factor graphs, etc.) over discrete random variables, along with a number of routines for approximate inference. It is being developed for use in teaching, as well as prototyping for research.
The code currently uses NumPy for representing and operating on the table-based representation of discrete factors, and SortedContainers for some internal representations. Smaller portions use networkx and scipy as well.
Installation
Simply download or clone the repository to a directory pyGMs, and add its parent directory to your Python path, either:
$ export PYTHONPATH=${PYTHONPATH}:/directory/containing/
or in Python
import sys
sys.path.append('/directory/containing/')
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pygms-0.3.4-py3-none-any.whl.
File metadata
- Download URL: pygms-0.3.4-py3-none-any.whl
- Upload date:
- Size: 140.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b1eeaacd7bb171d7c840b3e5144592f5cd75dfa508dbe06a4b38b1ec6acf04fe
|
|
| MD5 |
27baa24bc4f5a1a89f81e4bf9fb7cc0c
|
|
| BLAKE2b-256 |
827b176ce85105048186ad4760cc6ab4a538c8875ef9db994ad48bdff632a5b5
|