* Add GCM-based inference features support
This commit is contained in:
Peter Götz 2022-05-28 08:40:59 +02:00 коммит произвёл GitHub
Родитель fa7db57024
Коммит 9dc6e433f4
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 10 добавлений и 0 удалений

Просмотреть файл

@ -48,6 +48,16 @@ News
We have moved DoWhy from microsoft/dowhy to py-why/dowhy. While GitHub will automatically
redirect your git command for cloning, pulling, etc., we recommend updating git remotes and bookmarks.
* **Experimental support for GCM-based inference**
We have started adding support for graphical causal model-based inference (or in short GCM-based). At the moment,
this includes support for interventions, counterfactuals, and attributing distribution changes. As part of this,
we also added features for Shapley value estimation and independence tests. We're still in the process of fleshing
everything out, including `documentation <https://py-why.github.io/dowhy/gcm/>`_. Some of it is already on `master
<https://github.com/py-why/dowhy>`_, other parts are on feature branches (prefixed with ``gcm-``) with open
pull-requests, other parts will appear as new pull-requests in the next couple of weeks. Be sure to watch this space
here as we quickly expand functionality and documentation.
The need for causal inference
----------------------------------