Skip to content

Commit 5615169

Browse files
committed
pylint
1 parent 89eeaed commit 5615169

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

causal_testing/estimation/ipcw_estimator.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ def __init__(
4444
:param: control_strategy: The control strategy, with entries of the form (timestep, variable, value).
4545
:param: treatment_strategy: The treatment strategy, with entries of the form (timestep, variable, value).
4646
:param: outcome: Name of the outcome column in the DataFrame.
47-
:param: status_column: Name of the status column in the DataFrame, which should be True for operating normally, False for a fault.
47+
:param: status_column: Name of the status column in the DataFrame, which should be True for operating normally,
48+
False for a fault.
4849
:param: fit_bl_switch_formula: Formula for fitting the baseline switch model.
4950
:param: fit_bltd_switch_formula: Formula for fitting the baseline time-dependent switch model.
5051
:param: eligibility: Function to determine eligibility for treatment. Defaults to None for "always eligible".

0 commit comments

Comments
 (0)