https://github.com/markdouthwaite/apogee
Bayesian Networks and Probabilistic Graphical Models for Python
https://github.com/markdouthwaite/apogee
artificial-intelligence bayesian-networks probabilistic-graphical-models probabilistic-programming
Last synced: 7 months ago
JSON representation
Bayesian Networks and Probabilistic Graphical Models for Python
- Host: GitHub
- URL: https://github.com/markdouthwaite/apogee
- Owner: markdouthwaite
- License: mit
- Created: 2018-12-23T19:01:44.000Z (almost 7 years ago)
- Default Branch: v0.2.0
- Last Pushed: 2020-07-02T20:40:43.000Z (over 5 years ago)
- Last Synced: 2025-03-19T22:05:08.125Z (7 months ago)
- Topics: artificial-intelligence, bayesian-networks, probabilistic-graphical-models, probabilistic-programming
- Language: Python
- Homepage:
- Size: 1.41 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Apogee
A package for probabilistic graphical modelling in Python.
You'll need Python 3.6 or greater to use Apogee.
## Installation
Apogee is now available on PyPI! Install it with:
`pip install apogee`
If you want to pull the latest available GitHub version, install it with:
`pip install -e git+https://github.com/markdouthwaite/apogee#egg=apogee`
## A note of warning
This repository is a work-in-progress. As code is migrated from an older repository and cleaned, you can
expect the API to shift quite significantly.