# DoWhy | 인과추론을 위한 라이브러리

* 원문 : <https://www.pywhy.org/dowhy/>
* 라이브러리 : <https://github.com/py-why/dowhy>
* 제작자 :&#x20;

  Amit Sharma, Emre Kiciman. DoWhy: An End-to-End Library for Causal Inference. 2020. <https://arxiv.org/abs/2011.04216>

  <br>

![](/files/NavubhPnFhg7WFaYPQn2)

DoWhy는 인과추론을 위한 메커니즘을 4단계로 구성했습니다. 1단계 (Model)에서는 데이터를 인과 그래프로 인코딩하고, 2단계 (Identify)에서는 모델의 인과 관계를 식별하고 원인을 추정합니다. 3단계 (Estimate)에서는 식별된 인과관계에 대해 추정치를 구하고 4단계 (Refute)에서는 얻어진 추정치에 대해 반박을 시도합니다.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://playinpap.gitbook.io/dowhy/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
