Skip to content

Commit f0aefd4

Browse files
committed
re-run skl did example
1 parent e3bc8cd commit f0aefd4

File tree

1 file changed

+5
-14
lines changed

1 file changed

+5
-14
lines changed

docs/notebooks/did_skl.ipynb

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
{
1111
"cell_type": "code",
12-
"execution_count": 5,
12+
"execution_count": 1,
1313
"metadata": {},
1414
"outputs": [],
1515
"source": [
@@ -21,7 +21,7 @@
2121
},
2222
{
2323
"cell_type": "code",
24-
"execution_count": 6,
24+
"execution_count": 2,
2525
"metadata": {},
2626
"outputs": [],
2727
"source": [
@@ -30,18 +30,9 @@
3030
},
3131
{
3232
"cell_type": "code",
33-
"execution_count": 7,
33+
"execution_count": 3,
3434
"metadata": {},
35-
"outputs": [
36-
{
37-
"name": "stdout",
38-
"output_type": "stream",
39-
"text": [
40-
"ABOUT TO FIT\n",
41-
"DATA FITTED\n"
42-
]
43-
}
44-
],
35+
"outputs": [],
4536
"source": [
4637
"result = cp.skl_experiments.DifferenceInDifferences(\n",
4738
" data,\n",
@@ -53,7 +44,7 @@
5344
},
5445
{
5546
"cell_type": "code",
56-
"execution_count": 8,
47+
"execution_count": 4,
5748
"metadata": {},
5849
"outputs": [
5950
{

0 commit comments

Comments
 (0)