Skip to content

Commit

Permalink
Update dowhy_causal_discovery_example.ipynb (#1186)
Browse files Browse the repository at this point in the history
fix variable name for sachs data set

Signed-off-by: Christoph <krz@users.noreply.github.com>
  • Loading branch information
krz authored May 22, 2024
1 parent 1cef2ac commit ff068cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@
"\n",
"data_sachs, labels = load_dataset(\"sachs\")\n",
"\n",
"print(data.shape)\n",
"print(data_sachs.shape)\n",
"print(labels)"
]
},
Expand Down

0 comments on commit ff068cc

Please sign in to comment.