Граф коммитов

130 Коммитов

Автор SHA1 Сообщение Дата
Adam Kelleher 8a11b5e34c added lalonde example 2019-04-09 20:51:09 -04:00
Amit Sharma 50e779aeb4
Merge pull request #44 from akelleh/outcome_do_bug
Outcome do bug
2019-03-12 22:33:35 +05:30
Amit Sharma 860a077375
Merge pull request #49 from akelleh/improve_logging
standardized logging
2019-03-12 22:32:33 +05:30
Adam Kelleher 9de0fd1824 standardized logging 2019-03-11 03:58:50 -04:00
Adam Kelleher cbf5be8fa8 fixed causal graph interface 2019-03-10 13:55:57 -04:00
Adam Kelleher f35264e41f removed extra code 2019-03-10 13:50:54 -04:00
Adam Kelleher ab44451729 fixes a bug with the do operation
pep8

resolved bug; tests pass
2019-03-10 13:49:10 -04:00
Amit Sharma 5f5081d71b
Merge pull request #46 from akelleh/multivariate_state_support
Multivariate state support
2019-03-08 05:30:27 -08:00
Adam Kelleher 54d71e8a93 added continuous state warning 2019-02-28 09:31:35 -05:00
Adam Kelleher df0f2dc6c2 fixes a bug with the do operation
pep8

linear reg working

tests passing

multivariate weighting wors

working
2019-02-28 09:23:24 -05:00
Amit Sharma d11ef310d2 added makefile for sphinx-docs 2019-02-28 18:22:20 +05:30
Amit Sharma 191b31e7fd
Merge pull request #43 from akelleh/update_docs
update and regenerate docs
2019-02-27 23:14:34 +11:00
Adam Kelleher afbf2d3e5b added blurb on high-level API to main readme
updated docs; added do operation docstring

added do sampler doc strings
2019-02-22 09:55:00 -05:00
Amit Sharma 77aa1c941c
Merge pull request #42 from akelleh/weighting_sampler
added weighting sampler and prop score helper
2019-02-23 00:08:24 +11:00
Adam Kelleher 4421f0968a allow multiple causal state types 2019-02-20 15:54:14 -05:00
Adam Kelleher 9b25a1b7f6 pep8 2019-02-20 15:41:43 -05:00
Adam Kelleher b6def6b17a simplified data frame api 2019-02-20 15:39:04 -05:00
adam 83289f6c41 small changes 2019-02-18 14:53:26 -05:00
adam bb203d572a tested 2019-02-17 10:20:52 -05:00
adam 38800aeb22 added dummies to prop score util 2019-02-17 10:08:17 -05:00
adam 6c729a0abe added weighting sampler and prop score helper 2019-02-16 23:21:11 -05:00
Amit Sharma 230dbcf629
Merge pull request #40 from sonumehta/master
Added url for datasource
2019-02-12 22:51:32 +11:00
Sonu Mehta df8d5066e8 Added url for datasource 2019-02-12 16:14:06 +05:30
Amit Sharma 9dcd6308ca
Merge pull request #36 from akelleh/create_interventional_sampler
WIP -- Create interventional sampler
2019-02-12 17:52:13 +11:00
Amit Sharma 22d1235c32
Update README.rst 2019-02-12 17:05:37 +11:00
Amit Sharma 32949c39dd
Merge pull request #39 from RaulPL/binder_set_up
Binder set up
2019-02-12 16:51:01 +11:00
RaulPL 8a5a29b06c adding extra dependencies used in the examples 2019-02-10 23:57:51 -06:00
RaulPL ab8ee41914 adding extra dependencies used in the examples 2019-02-10 23:39:03 -06:00
RaulPL 91a4f66a2a adding extra dependencies used in the examples 2019-02-10 23:12:17 -06:00
RaulPL 6dfd1ddca2 adding binder configuration files 2019-02-10 22:34:26 -06:00
RaulPL cb075dc660 adding binder configuration files 2019-02-10 22:33:02 -06:00
adam 441d71450a working sampler 2019-02-10 21:26:29 -05:00
adam 18a03b0601 added smapler notebook 2019-02-10 14:56:54 -05:00
adam 1f44e72d7e removed idea file 2019-02-10 12:14:26 -05:00
adam a392d61383 pushing WIP 2019-02-10 12:12:32 -05:00
Adam Kelleher 7773ab3adf added test notebook 2019-02-02 09:50:24 -05:00
Adam Kelleher cf2c5eec62 creating sampler 2019-02-02 09:40:04 -05:00
Adam Kelleher 58199ce3fb
Merge pull request #1 from Microsoft/master
resync master
2019-01-24 21:06:13 -05:00
Amit Sharma 66b1fa3a40
Merge pull request #29 from akelleh/add_gformula_estimator
add linear g-formula estimator
2019-01-24 16:41:12 +05:30
Amit Sharma f7cc61696f
Merge pull request #32 from akelleh/add_test_coverage
Add test coverage
2019-01-23 22:33:34 +05:30
Amit Sharma 42fe250859
Merge branch 'master' into add_test_coverage 2019-01-23 22:33:24 +05:30
Amit Sharma 1ef4700b01
Merge pull request #30 from akelleh/add_dataframe_api
Add dataframe api
2019-01-23 22:28:57 +05:30
Amit Sharma 9cb323012d
Merge pull request #31 from akelleh/replace_some_hardcoded_params
consistent variable naming convention; replace hardcoded params
2019-01-23 22:24:14 +05:30
Amit Sharma 349c6be35d
Merge pull request #33 from mgralle/sig_tests
Some changes in significance testing
2019-01-23 21:36:44 +05:30
Adam Kelleher ad60feeaea added tests for all except RD estimator 2019-01-21 16:02:31 -05:00
Matthias Gralle 15fce5d2fb Changed string from of causal estimator when p=0.0 so instead it prints p< (1/number of simulations). Might consider writing an attribute of CausalEstimator to output the p value so this is done in all circumstances.
Changed a line in test_significance that threw an exception when the estimated value was lower than the median estimate of the simulations.

Permit passing of number of simulations using the method_params parameter (useful because the default 1000 simulations for propensity score matching can take several minutes and because test_significance is not usually called manually).
2019-01-21 14:56:15 -05:00
Adam Kelleher 916e88a425 updated to use linear_dataset; added IV test 2019-01-21 12:56:46 -05:00
Adam Kelleher d90f1620f9 adding test coverage 2019-01-21 12:01:39 -05:00
Adam Kelleher f2403afacb consistent variable naming convention; replace hardcoded params 2019-01-21 11:46:28 -05:00
Adam Kelleher fbd89ea408 removed explict implementation; added do() to linear model; exposed in CausalModel 2019-01-21 10:45:55 -05:00