You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DoWhy is a Python library for causal inference that supports explicit modeling and testing of causal assumptions. DoWhy is based on a unified language for causal inference, combining causal graphical models and potential outcomes frameworks.
Implementations of var-sortability, sortnregress, and chain-orientation as presented in the article "Beware of the Simulated DAG": https://arxiv.org/abs/2102.13647.
ImpactFlow is a Python Library for decision modeling based on causal decision models - in which levers and external factors of decisions feed into outcomes.
Cusal Inference applied to timeseries, uses an event database to generate a timeseries of the outcome given a sliding window containing events. Useful to add causal outcomes of events into multivariate timeseries forecasting models.