Skip to content

Commit 42e935e

Browse files
committed
drop sentence on RMSE
1 parent 5558ce5 commit 42e935e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

doc/examples/R_double_ml_pension.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1141,7 +1141,7 @@
11411141
},
11421142
"source": [
11431143
"These estimates that flexibly account for confounding are\n",
1144-
"substantially attenuated relative to the baseline estimate (*19559*) that does not account for confounding. They suggest much smaller causal effects of 401(k) eligiblity on financial asset holdings. The best model with lowest RMSE in both equations is the PLR model estimated via lasso. It gives the following estimate:"
1144+
"substantially attenuated relative to the baseline estimate (*19559*) that does not account for confounding. They suggest much smaller causal effects of 401(k) eligiblity on financial asset holdings."
11451145
]
11461146
},
11471147
{

doc/examples/py_double_ml_pension.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -774,12 +774,13 @@
774774
]
775775
},
776776
{
777+
"attachments": {},
777778
"cell_type": "markdown",
778779
"id": "541d51d3",
779780
"metadata": {},
780781
"source": [
781782
"These estimates that flexibly account for confounding are\n",
782-
"substantially attenuated relative to the baseline estimate (*19559*) that does not account for confounding. They suggest much smaller causal effects of 401(k) eligiblity on financial asset holdings. The best model with lowest RMSE in both equations is the PLR model estimated via lasso. It gives the following estimate:"
783+
"substantially attenuated relative to the baseline estimate (*19559*) that does not account for confounding. They suggest much smaller causal effects of 401(k) eligiblity on financial asset holdings."
783784
]
784785
},
785786
{

0 commit comments

Comments
 (0)