Skip to content

Commit be563fb

Browse files
authored
Update README.md
1 parent db859d0 commit be563fb

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -325,16 +325,15 @@ RandomSurvivalForests (R packages: randomForestSRC, ggRandomForests).
325325
#### Ranking
326326
[lightning](https://github.com/scikit-learn-contrib/lightning) - Large-scale linear classification, regression and ranking.
327327

328-
#### Bayes
328+
#### Probabilistic Modeling and Bayes
329329
[Intro](https://erikbern.com/2018/10/08/the-hackers-guide-to-uncertainty-estimates.html), [Guide](https://github.com/CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers)
330330
[PyMC3](https://docs.pymc.io/) - Baysian modelling, [intro](https://docs.pymc.io/notebooks/getting_started)
331331
[pomegranate](https://github.com/jmschrei/pomegranate) - Probabilistic modelling, [talk](https://www.youtube.com/watch?v=dE5j6NW-Kzg).
332332
[pmlearn](https://github.com/pymc-learn/pymc-learn) - Probabilistic machine learning.
333333
[arviz](https://github.com/arviz-devs/arviz) - Exploratory analysis of Bayesian models.
334-
[zhusuan](https://github.com/thu-ml/zhusuan) - Bayesian Deep Learning, Generative Models.
335-
336-
#### Causal Inference
334+
[zhusuan](https://github.com/thu-ml/zhusuan) - Bayesian deep learning, generative models.
337335
[dowhy](https://github.com/Microsoft/dowhy) - Estimate causal effects.
336+
[edward](https://github.com/blei-lab/edward) - Probabilistic modeling, inference, and criticism, [Mixture Density Networks (MNDs)](http://edwardlib.org/tutorials/mixture-density-network), [MDN Explanation](https://towardsdatascience.com/a-hitchhikers-guide-to-mixture-density-networks-76b435826cca).
338337

339338
#### Stacking Models and Ensembles
340339
[mlxtend](https://github.com/rasbt/mlxtend) - `EnsembleVoteClassifier`, `StackingRegressor`, `StackingCVRegressor` for model stacking.

0 commit comments

Comments
 (0)