Skip to content

Commit 6ee53ec

Browse files
authored
Update README_zh_CN.md
1 parent 7c5a7ca commit 6ee53ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README_zh_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ YLearn 有5个主要的因果推断相关概念,如下所示
129129

130130
<img src="./fig/iv2.png" width="400">,
131131

132-
那么我们可以按我们使用 `CausalModel` 的常用步骤来识别工具变脸:(1)定义 `dict``list` 去表示因果关系;(2)定义 `CausalGraph` 的 instance 建立 YLearn 中的因果图;(3)以上一步定义的 `CausalGraph` 作为参数,定义 `CausalModel` 的 instance;(4)调用 `CausalModel``get_iv()` 寻找工具变量:
132+
那么我们可以按我们使用 `CausalModel` 的常用步骤来识别工具变量:(1)定义 `dict``list` 去表示因果关系;(2)定义 `CausalGraph` 的 instance 建立 YLearn 中的因果图;(3)以上一步定义的 `CausalGraph` 作为参数,定义 `CausalModel` 的 instance;(4)调用 `CausalModel``get_iv()` 寻找工具变量:
133133

134134
```python
135135
causation = {

0 commit comments

Comments
 (0)