-
Notifications
You must be signed in to change notification settings - Fork 88
Add CausalPy skills and command documentation #589
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
Conversation
Introduced new skill files for designing experiments, loading datasets, performing causal analysis, and working with marimo notebooks under .claude/skills/. Added detailed reference documentation for DiD, ITS, and Synthetic Control methods. Added .cursor/commands/ files covering CausalPy demos, estimators, extras (including PlaceboAnalysis), marimo usage, methods, and research guidance. Updated .gitignore and pyproject.toml to support these additions.
PR SummaryAdds comprehensive CausalPy skills and Cursor command docs (DiD/ITS/SC, datasets, placebo analysis, marimo) and updates env/gitignore with marimo runtime config.
Written by Cursor Bugbot for commit f6a9d0b. This will update automatically on new commits. Configure here. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #589 +/- ##
=======================================
Coverage 93.21% 93.21%
=======================================
Files 35 35
Lines 5511 5511
Branches 358 358
=======================================
Hits 5137 5137
Misses 246 246
Partials 128 128 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Just realised that we've got an issue that this PR probably solves #563 Will try to review soon. Didn't manage to do it today because of a work deadline. |
|
There is no placebo in time PR or functionality in main at the moment. So that skill will only work for you I imagine @cetagostini. But I will not treat that as blocking. Will approve so you can proceed 🏃🏻 |
Introduced new skill files for designing experiments, loading datasets, performing causal analysis, and working with marimo notebooks under .claude/skills/. Added detailed reference documentation for DiD, ITS, and Synthetic Control methods. Added .cursor/commands/ files covering CausalPy demos, estimators, extras (including PlaceboAnalysis), marimo usage, methods, and research guidance. Updated .gitignore and pyproject.toml to support these additions.
📚 Documentation preview 📚: https://causalpy--589.org.readthedocs.build/en/589/