Skip to content

Commit 6aebbe5

Browse files
조해창조해창
authored andcommitted
fix: 주석 제거
1 parent d62e36c commit 6aebbe5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

book/scm/causal_discovery.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1842,7 +1842,7 @@
18421842
},
18431843
{
18441844
"cell_type": "code",
1845-
"execution_count": 305,
1845+
"execution_count": null,
18461846
"id": "f3ef518f",
18471847
"metadata": {},
18481848
"outputs": [
@@ -1868,10 +1868,10 @@
18681868
],
18691869
"source": [
18701870
"cm_domain = CausalModel(\n",
1871-
" data=data_small, # (mpg, cylinders, displacement, horsepower, weight, acceleration)\n",
1871+
" data=data_small,\n",
18721872
" treatment=\"weight\",\n",
18731873
" outcome=\"mpg\",\n",
1874-
" graph=gml_mpg_domain # ← 우리가 만든 GML DAG\n",
1874+
" graph=gml_mpg_domain\n",
18751875
")\n",
18761876
"\n",
18771877
"cm_domain.view_model(layout=\"dot\")\n",

0 commit comments

Comments
 (0)