From a4952e903e7b00a06a25586a69174444019b489e Mon Sep 17 00:00:00 2001 From: kunwuz <514397511@qq.com> Date: Wed, 30 Aug 2023 17:11:37 -0400 Subject: [PATCH] fixed a typo Signed-off-by: kunwuz <514397511@qq.com> --- .../example_notebooks/dowhy_causal_discovery_example.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/example_notebooks/dowhy_causal_discovery_example.ipynb b/docs/source/example_notebooks/dowhy_causal_discovery_example.ipynb index 5df9b833d9..e5a2362ace 100644 --- a/docs/source/example_notebooks/dowhy_causal_discovery_example.ipynb +++ b/docs/source/example_notebooks/dowhy_causal_discovery_example.ipynb @@ -436,7 +436,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "# Causal Discovery with Causal Discovery Tool (CDT)\n", + "# Causal Discovery with causal-learn\n", "\n", "We use the three causal discovery methods mentioned above (PC, GES, and LiNGAM) to find the causal graphs." ]