py-why / causaltune

AutoML for causal inference.
Apache License 2.0
205 stars 30 forks source link

add standalone visualizer v1 #249

Closed TDebonoWise closed 2 months ago

TDebonoWise commented 1 year ago

Adding a "standalone" (i.e., currently not directly interacting with auto-causality) visualizer class. Mode of interaction with auto-causality tbd.

Currently implements the following plots that are floating around in various notebooks as methods:

Also mimics some methods from auto_causality.scorer (ate, naive_ate) as a result of being "standalone".

Open to-dos: