Skip to content

Commit

Permalink
Merge pull request #379 from ParthJohri/featcausalVideos
Browse files Browse the repository at this point in the history
Add page of causal video resources from PyMC community into the docs
  • Loading branch information
drbenvincent authored Jun 27, 2024
2 parents 287f6e1 + 2154428 commit 0fb293c
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 0 deletions.
46 changes: 46 additions & 0 deletions docs/source/knowledgebase/causal_video_resources.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# Causal video resources


<style>
.video-container {
position: relative;
padding-bottom: 56.25%; /* 16:9 aspect ratio */
height: 0;
overflow: hidden;
max-width: 100%;
background: #000;
}

.video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
</style>

## What if? Causal reasoning meets Bayesian Inference

<div class="video-container">
<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>
</div>

## Combining Bayes and Graph-based Causal Inference

<div class="video-container">
<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>
</div>

## Bayesian Causal Modeling

<div class="video-container">
<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>
</div>

## Guide To Causal Inference Using PyMC

<div class="video-container">
<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>
</div>
2 changes: 2 additions & 0 deletions docs/source/knowledgebase/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@
glossary
design_notation
quasi_dags.ipynb
causal_video_resources

:::

0 comments on commit 0fb293c

Please sign in to comment.