-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add talk videos from Kun Zhang, Yujia Zheng, and Johannes Textor (#25)
Signed-off-by: Fabio Vera <[email protected]>
- Loading branch information
Showing
3 changed files
with
49 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
title: "causal-learn library: Causal discovery in Python" | ||
slug: pywhy-video | ||
layout: page | ||
description: >- | ||
PyWhy Causality in Practice - causal-learn library: Causal discovery in Python - Yujia Zheng | ||
summary: >- | ||
Yujia Zheng, a Ph.D. student at CMU, talks about the causal-learn package and how it can be used to learn causal graphs (and more) from observational data. | ||
<br> | ||
<br> | ||
Causal discovery aims at revealing causal relations from observational data, which is a fundamental task in science and engineering. This talk introduces causal-learn, an open-source Python library for causal discovery. This library focuses on bringing a comprehensive collection of causal discovery methods to both practitioners and researchers. It provides easy-to-use APIs for non-specialists, modular building blocks for developers, detailed documentation for learners, and comprehensive methods for all. Different from previous packages in R or Java, causal-learn is fully developed in Python, which could be more in tune with the recent preference shift in programming languages within related communities. The talk will also explore related usage examples, aiming to further lower the entry threshold by providing a roadmap for selecting the appropriate algorithm. | ||
<br> | ||
<br> | ||
<iframe width="800" height="450" src="https://www.youtube.com/embed/4E5b9ldybDE?si=EoljD2TMFEzyjnHk" | ||
title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; | ||
clipboard-write; encrypted-media; gyroscope; picture-in-picture; | ||
web-share" allowfullscreen></iframe> | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
title: "Lessons learned from the DAGitty user community" | ||
slug: pywhy-video | ||
layout: page | ||
description: >- | ||
PyWhy Causality in Practice - Lessons learned from the DAGitty user community - Johannes Textor | ||
summary: >- | ||
Johannes Textor works both at the Radboud University and the Radboud University Medical Center in Nijmegen, The Netherlands. He is interested in leveraging causal inference methodology for the benefit of biomedical research, especially in the fields of Immunology and Tumor Immunology. | ||
<br> | ||
<br> | ||
In this talk, Johannes describes his reflections on DAGitty usage by biomedical scientists and to what extent causal graphs are useful in science. In his words, "I started developing the tool “dagitty” in 2010, first as a website, and then as an R package. I don’t know exactly how many people use this tool, but I believe it’s a substantial amount: there are ~1000 visits to the site per day, ~17000 causal diagrams have been saved on the website so far, and the two dagitty papers have ~2800 citations. Over the years, feedback from the user base has provided me with unique insights into the users’ issues and priorities. More recently, I’ve also actively tried to get insight into how dagitty (and causal diagrams more broadly) are being used and if this is actually beneficial for science (I currently have my doubts). In the talk, I’lll share some stories of these interactions and how they shaped dagitty and myself over the years." | ||
<br> | ||
<br> | ||
<iframe width="800" height="450" src="https://www.youtube.com/embed/gnRdYQBbFLk?si=9R4nJPnol9q1uz2N" | ||
title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; | ||
clipboard-write; encrypted-media; gyroscope; picture-in-picture; | ||
web-share" allowfullscreen></iframe> | ||
--- |