-
Notifications
You must be signed in to change notification settings - Fork 941
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information
1 parent
4fd0a92
commit 2a8e49a
Showing
50 changed files
with
1,179 additions
and
604 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.