Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 333 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 333 Bytes

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