dowhy/tests/do_sampler
Patrick Blöbaum 2a8e49a77e
Proposal: Finalize functional API refactor - deprecate causal graph (#943)
* Deprecate CausalGraph

The effect estimation API is now based on an functional API that expects a networkx graph as input.

- The graph should now be defined via a networkx graph. Most identification methods now expect an additional "observed_nodes" parameter accordingly.
- CausalModel and CausalGraph still exist and should be compatible with the old API.

---------

Signed-off-by: Patrick Bloebaum <bloebp@amazon.com>
Signed-off-by: Amit Sharma <amit_sharma@live.com>
Co-authored-by: Amit Sharma <amit_sharma@live.com>
2023-11-27 09:48:55 -08:00
..
test_pandas_do_api.py Proposal: Finalize functional API refactor - deprecate causal graph (#943) 2023-11-27 09:48:55 -08:00