You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,11 +30,14 @@ Because probabilistic graphical models can be difficult to use, ``Bnlearn`` cont
30
30
31
31
| Feature | Description | Medium | Gumroad/Podcast |
32
32
|--------|-------------|---|---|
33
-
|[**Causal Discovery / Structure Learning**](https://erdogant.github.io/bnlearn/pages/html/Structure%20learning.html)| Learn the model structure from data or with expert knowledge. |---|---|
34
-
|[**Parameter Learning**](https://erdogant.github.io/bnlearn/pages/html/Parameter%20learning.html)| Estimate model parameters (e.g., conditional probability distributions) from observed data. |---|---|
35
-
|[**Causal Inference**](https://pgmpy.org/examples/Causal%20Inference.html)| Compute interventional and counterfactual distributions using do-calculus. |---|---|
|[**Causal Discovery - Overview and Starters Guide**](https://erdogant.github.io/bnlearn/pages/html/Structure%20learning.html)| Learn the basics of causal modelling. |[link](https://medium.com/data-science-collective/the-starters-guide-to-causal-structure-learning-with-bayesian-methods-in-python-e3b90f49c99c)|---|
34
+
|[**Structure Learning**](https://erdogant.github.io/bnlearn/pages/html/Structure%20learning.html)| Learn the model structure from data or with expert knowledge. |[link](https://medium.com/data-science-collective/the-complete-starter-guide-for-causal-discovery-using-bayesian-modeling-8853eb860d02)|---|
35
+
|[**Causal Predictions**](https://erdogant.github.io/bnlearn/pages/html/Structure%20learning.html)| Learn to make causal predictions. |[link](https://medium.com/data-science-collective/why-prediction-isnt-enough-using-bayesian-models-to-change-the-outcome-5c9cf9f65a75)|---|
36
+
|[**Parameter Learning**](https://erdogant.github.io/bnlearn/pages/html/Parameter%20learning.html)| Estimate model parameters (e.g., conditional probability distributions) from observed data. |[link](https://medium.com/data-science-collective/human-machine-collaboration-with-bayesian-modeling-learn-to-combine-knowledge-with-data-1ee9bcd67745)|---|
37
+
|[**Causal Inference**](https://pgmpy.org/examples/Causal%20Inference.html)| Compute interventional and counterfactual distributions using do-calculus. |[link](https://medium.com/data-science-collective/chat-with-your-dataset-using-bayesian-inferences-1afdbfd4bada)|---|
|[**Comparisons**](https://erdogant.github.io/bnlearn/pages/html/Discretizing.html)| Comparison with other causal libraries. |[link](https://medium.com/data-science-collective/six-causal-libraries-compared-which-bayesian-approach-finds-hidden-causes-in-your-data-9fa66fd02825)|---|
0 commit comments