-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add getting started notebook #148
Conversation
Codecov Report
@@ Coverage Diff @@
## main #148 +/- ##
==========================================
+ Coverage 78.07% 80.54% +2.46%
==========================================
Files 36 39 +3
Lines 2176 2416 +240
Branches 481 550 +69
==========================================
+ Hits 1699 1946 +247
- Misses 381 387 +6
+ Partials 96 83 -13 |
…al-inference/y0 into getting-started-notebook
Dependency suggestion: |
No, it's assumed that if you are interacting with a jupyter notebook then you have jupyter installed (which itself depends on IPython). This doesn't need to be part of y0's requirements nor optional dependencies |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR Overview
This PR adds a new tutorial notebook that provides an overview of identification methods in causal inference.
- Adds a complete notebook explaining identification methods, including concepts such as the back-door and front-door criteria and examples.
Reviewed Changes
File | Description |
---|---|
notebooks/What is identification.ipynb | New notebook detailing identification methods used in causal inference. |
Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.
Comments suppressed due to low confidence (2)
notebooks/What is identification.ipynb:44
- [nitpick] The heading 'Napkin problem' is ambiguous; consider renaming it to a more descriptive title or adding context to clarify its purpose.
### Example: Napkin problem
notebooks/What is identification.ipynb:70
- [nitpick] The asterisk in 'IDC*' is unclear; consider clarifying its meaning or removing it if it is not necessary.
### Example 4: IDC*
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great!
As a follow-up to #140, this adds/updates some additional tutorial notebooks