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
- Host: GitHub
- URL: https://github.com/ctgk/bayesnet
- Owner: ctgk
- License: mit
- Created: 2017-09-21T13:02:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-28T11:14:27.000Z (over 6 years ago)
- Last Synced: 2025-03-18T20:49:21.824Z (about 2 months ago)
- Language: Jupyter Notebook
- Size: 1.62 MB
- Stars: 33
- Watchers: 1
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`