Skip to content

Add Example Notebooks for Quantile effects #125

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

Merged
merged 23 commits into from
Mar 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
*.idea

*.idea
5 changes: 4 additions & 1 deletion doc/api/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ Double machine learning models
DoubleMLPLIV
DoubleMLIRM
DoubleMLIIVM

DoubleMLPQ
DoubleMLLPQ
DoubleMLCVAR
DoubleMLQTE

Datasets module
---------------
Expand Down
3 changes: 3 additions & 0 deletions doc/examples/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ These are case studies with the Python package :ref:`DoubleML <doubleml_package>
py_double_ml_multiway_cluster.ipynb
py_double_ml_gate.ipynb
py_double_ml_cate.ipynb
py_double_ml_pension_qte.ipynb
py_double_ml_pq.ipynb
py_double_ml_cvar.ipynb

|start-h3| Sandbox |end-h3|

Expand Down
716 changes: 716 additions & 0 deletions doc/examples/py_double_ml_cvar.ipynb

Large diffs are not rendered by default.

9 changes: 7 additions & 2 deletions doc/examples/py_double_ml_multiway_cluster.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -988,7 +988,7 @@
"provenance": []
},
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"display_name": "dml_base",
"language": "python",
"name": "python3"
},
Expand All @@ -1002,7 +1002,12 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.7"
"version": "3.10.8"
},
"vscode": {
"interpreter": {
"hash": "04413e1efd13b5e2aaedccc5facec5686292d28983ef24fa021a12c73bd6369e"
}
}
},
"nbformat": 4,
Expand Down
9 changes: 7 additions & 2 deletions doc/examples/py_double_ml_pension.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1121,7 +1121,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"display_name": "dml_base",
"language": "python",
"name": "python3"
},
Expand All @@ -1135,7 +1135,12 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.7"
"version": "3.10.8"
},
"vscode": {
"interpreter": {
"hash": "04413e1efd13b5e2aaedccc5facec5686292d28983ef24fa021a12c73bd6369e"
}
}
},
"nbformat": 4,
Expand Down
Loading