From b5110f6e3bf20ae16ecf057e90be712fd821c019 Mon Sep 17 00:00:00 2001 From: tangyouhua Date: Sun, 16 Oct 2016 20:34:19 +0800 Subject: [PATCH] add Bayesian-belief-networks --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0230ef1..e8f1f9f 100644 --- a/README.md +++ b/README.md @@ -909,6 +909,7 @@ Python实现的数据库。 * statsmodels:统计建模和计量经济学。[官网](https://github.com/statsmodels/statsmodels) * SymPy:一个用于符号数学的 Python 库。[官网](https://github.com/sympy/sympy) * zipline:一个 Python 算法交易库。[官网](https://github.com/quantopian/zipline) +* [Bayesian-belief-networks](http://hao.jobbole.com/bayesian-belief-networks/):优雅的贝叶斯信念网络框架。[官网](https://github.com/eBay/bayesian-belief-networks) ### 数据可视化