Skip to content

Commit a63923b

Browse files
committed
update gate and cate notebooks
1 parent 91a07a0 commit a63923b

File tree

2 files changed

+116
-113
lines changed

2 files changed

+116
-113
lines changed

doc/examples/py_double_ml_cate.ipynb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,12 +216,13 @@
216216
]
217217
},
218218
{
219+
"attachments": {},
219220
"cell_type": "markdown",
220221
"metadata": {
221222
"collapsed": false
222223
},
223224
"source": [
224-
"To estimate the parameters to calculate the CATE estimate call the ``cate()`` method and supply the dataframe of basis elements."
225+
"To estimate the parameters to calculate the CATE estimate call the ``cate`` method and supply the dataframe of basis elements."
225226
]
226227
},
227228
{
@@ -237,12 +238,13 @@
237238
]
238239
},
239240
{
241+
"attachments": {},
240242
"cell_type": "markdown",
241243
"metadata": {
242244
"collapsed": false
243245
},
244246
"source": [
245-
"To obtain the confidence intervals for the CATE, we have to call the ``confint()`` method and a supply a dataframe of basis elements.\n",
247+
"To obtain the confidence intervals for the CATE, we have to call the ``confint`` method and a supply a dataframe of basis elements.\n",
246248
"This could be the same basis as for fitting the CATE model or a new basis to e.g. evaluate the CATE model on a grid.\n",
247249
"Here, we will evaluate the CATE on a grid from 0.1 to 0.9 to plot the final results.\n",
248250
"Further, we construct uniform confidence intervals by setting the option ``joint`` and providing a number of bootstrap repetitions ``n_rep_boot``."

0 commit comments

Comments
 (0)