We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c1ba4e commit 0842735Copy full SHA for 0842735
causalpy/tests/test_pymc_experiments.py
@@ -49,6 +49,7 @@ def test_regression_kink_gradient_change():
49
50
def test_inverse_prop():
51
df = cp.load_data("nhefs")
52
+ sample_kwargs = {"tune": 100, "draws": 100, "chains": 2, "cores": 2}
53
result = cp.pymc_experiments.InversePropensityWeighting(
54
df,
55
formula="trt ~ 1 + age + race",
0 commit comments