dowhy/tests
Rahul Shrestha daf5f947f9
Add examples from "Causal Inference and Discovery in Python" to tests (#1165)
* Add test file

Signed-off-by: Rahul Shrestha <rahulshrestha0101@gmail.com>

added chapter 6

Fix

Signed-off-by: Rahul Shrestha <rahulshrestha0101@gmail.com>

Add chapter 8

Signed-off-by: Rahul Shrestha <rahulshrestha0101@gmail.com>

Fix formatting issue with linter

Add references

* Added reference message

Signed-off-by: rahulbshrestha <rahulshrestha0101@gmail.com>

* Added econml requirement

Signed-off-by: rahulbshrestha <rahulshrestha0101@gmail.com>

* removed econml from imports

Signed-off-by: Amit Sharma <amit_sharma@live.com>

---------

Signed-off-by: rahulbshrestha <rahulshrestha0101@gmail.com>
Signed-off-by: Amit Sharma <amit_sharma@live.com>
Co-authored-by: Amit Sharma <amit_sharma@live.com>
2024-08-04 10:07:55 +05:30
..
causal-inference-discovery-book Add examples from "Causal Inference and Discovery in Python" to tests (#1165) 2024-08-04 10:07:55 +05:30
causal_estimators Replace all occurrences of get Pandas' get_dummies() with skLearn OneHotEncoder (#1135) 2024-03-26 22:03:17 +05:30
causal_identifiers Bug fix for frontdoor identification and a new set of tests (#1093) 2023-12-03 12:34:38 +05:30
causal_refuters Rename classes in test folder 2023-12-11 10:52:07 -08:00
data_transformers Add formatting check to CI (updated) (#608) 2022-08-19 15:51:25 -07:00
do_sampler Proposal: Finalize functional API refactor - deprecate causal graph (#943) 2023-11-27 09:48:55 -08:00
gcm Add new method to merge p-values using FDR 2024-07-29 08:50:34 -07:00
timeseries Effect estimation over timeseries data (#1218) 2024-08-03 22:54:02 +05:30
utils Fix bug with consistency of RegressionEstimator one-hot encoding (#1112) 2023-12-21 21:11:14 +05:30
__init__.py added initial code 2018-06-24 00:42:50 -07:00
conftest.py Add formatting check to CI (updated) (#608) 2022-08-19 15:51:25 -07:00
definitions.py Fix flake8 warnings & errors 2018-07-27 23:06:45 +02:00
sample_dag.txt Proposal: Finalize functional API refactor - deprecate causal graph (#943) 2023-11-27 09:48:55 -08:00
test_causal_estimator.py Functional api/causal estimators (#746) 2022-12-03 22:37:53 +05:30
test_causal_graph.py Proposal: Finalize functional API refactor - deprecate causal graph (#943) 2023-11-27 09:48:55 -08:00
test_causal_model.py Add accessor and comments about CausalModel's CausalEstimator cache. (#1113) 2023-12-21 20:08:21 +05:30
test_causal_refuter.py Enhancement/remove data from estimators (#811) 2023-01-20 16:36:38 +05:30
test_data_transformer.py Add formatting check to CI (updated) (#608) 2022-08-19 15:51:25 -07:00
test_datasets.py Correct docstring of sales profit dataset generator 2023-08-17 06:39:18 -07:00
test_notebooks.py Make EconML optional 2023-02-06 14:29:09 +01:00