bayesnet
bayesnet copied to clipboard
Bayesian method library for Python
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
$ git clone https://github.com/ctgk/BayesianNetwork.git$ cd BayesianNetwork$ python setup.py install