Skip to content

Commit 786fdbb

Browse files
black
1 parent 6ed62f8 commit 786fdbb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

causal_testing/testing/estimators.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,9 @@ def estimate(self, data: pd.DataFrame, adjustment_config: dict = None) -> Regres
161161
# x = x[model.params.index]
162162
return model.predict(x)
163163

164-
def estimate_control_treatment(self, adjustment_config: dict = None, bootstrap_size: int = 100) -> tuple[pd.Series, pd.Series]:
164+
def estimate_control_treatment(
165+
self, adjustment_config: dict = None, bootstrap_size: int = 100
166+
) -> tuple[pd.Series, pd.Series]:
165167
"""Estimate the outcomes under control and treatment.
166168
167169
:return: The estimated control and treatment values and their confidence

0 commit comments

Comments
 (0)