Skip to content

Commit ddc3c60

Browse files
committed
And another one
1 parent b2e33fc commit ddc3c60

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

causal_testing/estimation/ipcw_estimator.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,8 +340,6 @@ def estimate_hazard_ratio(self):
340340

341341
assert (preprocessed_data["tin"] <= preprocessed_data["tout"]).all(), "Individuals left before joining."
342342

343-
preprocessed_data.to_csv("/home/michael/tmp/preprocessed_data.csv")
344-
345343
# IPCW step 4: Use these weights in a weighted analysis of the outcome model
346344
# Estimate the KM graph and IPCW hazard ratio using Cox regression.
347345
logger.debug("Estimate the KM graph and IPCW hazard ratio using Cox regression.")

0 commit comments

Comments
 (0)