项目作者: markdouthwaite

项目描述 :
Bayesian Networks and Probabilistic Graphical Models for Python
高级语言: Python
项目地址: git://github.com/markdouthwaite/apogee.git
创建时间: 2018-12-23T19:01:44Z
项目社区:https://github.com/markdouthwaite/apogee

开源协议:MIT License

下载


Apogee


Build: Unknown
Code Style
PyPI

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.