From e2c65516a7eb386cccccd302615d1b2acdc10b44 Mon Sep 17 00:00:00 2001 From: Yujia Zheng Date: Wed, 24 May 2023 19:09:20 -0400 Subject: [PATCH] Update README.md "Causal Discovery in Python" might be more appropriate since we build the whole codebase with Python. "Causal Discovery for Python" might focus more on providing a toolset or framework that enables users to perform causal discovery within the Python environment, e.g., some wrappers. Signed-off-by: Yujia Zheng --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80e98dbc..7dcd795c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# causal-learn: Causal Discovery for Python +# causal-learn: Causal Discovery in Python Causal-learn is a python package for causal discovery that implements both classical and state-of-the-art causal discovery algorithms, which is a Python translation and extension of [Tetrad](https://github.com/cmu-phil/tetrad).