Skip to content

Commit

Permalink
intro paragraph
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrilJl committed Sep 15, 2024
1 parent 4fe8613 commit 1da75f0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions notebooks/Regression Discontinuity.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@
"id": "2ea723ff-c432-481b-9a07-ed3ca7c6ea79",
"metadata": {},
"source": [
"# apyxl vs Regression Discontinuity Design\n",
"### apyxl for Econometrics Tasks\n",
"\n",
"This notebook is part of a series demonstrating that gradient boosting regression combined with SHAP analysis can advantageously replace traditional econometric techniques. This approach benefits from non-linear relationships between outputs and inputs, the ability to capture interactions among different inputs, and the robustness of SHAP analysis in handling imbalanced data distributions and cross-correlations.\n",
"\n",
"# Regression Discontinuity Design\n",
"\n",
"In this notebook, we will compare two approaches to causal inference: the traditional [Regression Discontinuity Design](https://en.wikipedia.org/wiki/Regression_discontinuity_design) (RDD) and a machine learning-based method implemented in the `apyxl` package, which integrates XGBoost with SHAP analysis.\n",
"\n",
Expand Down Expand Up @@ -36,7 +40,6 @@
"metadata": {},
"outputs": [],
"source": [
"import matplotlib.pyplot as plt\n",
"import pandas as pd\n",
"from apyxl import XGBRegressorWrapper"
]
Expand Down

0 comments on commit 1da75f0

Please sign in to comment.