File tree 2 files changed +48
-0
lines changed
docs/source/knowledgebase
2 files changed +48
-0
lines changed Original file line number Diff line number Diff line change
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 >
Original file line number Diff line number Diff line change 6
6
glossary
7
7
design_notation
8
8
quasi_dags.ipynb
9
+ causal_video_resources
10
+
9
11
:::
You can’t perform that action at this time.
0 commit comments