Skip to content

Commit 0fb293c

Browse files
authored
Merge pull request #379 from ParthJohri/featcausalVideos
Add page of causal video resources from PyMC community into the docs
2 parents 287f6e1 + 2154428 commit 0fb293c

File tree

2 files changed

+48
-0
lines changed

2 files changed

+48
-0
lines changed
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# Causal video resources
2+
3+
4+
<style>
5+
.video-container {
6+
position: relative;
7+
padding-bottom: 56.25%; /* 16:9 aspect ratio */
8+
height: 0;
9+
overflow: hidden;
10+
max-width: 100%;
11+
background: #000;
12+
}
13+
14+
.video-container iframe {
15+
position: absolute;
16+
top: 0;
17+
left: 0;
18+
width: 100%;
19+
height: 100%;
20+
border: 0;
21+
}
22+
</style>
23+
24+
## What if? Causal reasoning meets Bayesian Inference
25+
26+
<div class="video-container">
27+
<iframe src="https://www.youtube.com/embed/gV6wzTk3o1U" title="YouTube video player" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
28+
</div>
29+
30+
## Combining Bayes and Graph-based Causal Inference
31+
32+
<div class="video-container">
33+
<iframe width="560" height="315" src="https://www.youtube.com/embed/0PQ8BQaDP04?si=O4qb44OBDVn8gqHP" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
34+
</div>
35+
36+
## Bayesian Causal Modeling
37+
38+
<div class="video-container">
39+
<iframe width="560" height="315" src="https://www.youtube.com/embed/b47wmTdcICE?si=aXufYM8AiHZAQ9Q0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
40+
</div>
41+
42+
## Guide To Causal Inference Using PyMC
43+
44+
<div class="video-container">
45+
<iframe width="560" height="315" src="https://www.youtube.com/embed/QAzAFess1AA?si=zD6PrljOFUyvjm1I" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
46+
</div>

docs/source/knowledgebase/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@
66
glossary
77
design_notation
88
quasi_dags.ipynb
9+
causal_video_resources
10+
911
:::

0 commit comments

Comments
 (0)