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

https://github.com/ctgk/bayesnet

Bayesian method library for Python
https://github.com/ctgk/bayesnet

Last synced: about 1 month ago
JSON representation

Bayesian method library for Python

Awesome Lists containing this project

README

        

# BayesianNetwork
Bayesian method library for Python

## Requirements

### To use this package
- python 3.6
- numpy
- scipy

### To run examples in the notebooks
- jupyter
- scikit-learn

## Installation Procedures
1. `$ git clone https://github.com/ctgk/BayesianNetwork.git`
2. `$ cd BayesianNetwork`
3. `$ python setup.py install`