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 b2e33fc commit ddc3c60Copy full SHA for ddc3c60
causal_testing/estimation/ipcw_estimator.py
@@ -340,8 +340,6 @@ def estimate_hazard_ratio(self):
340
341
assert (preprocessed_data["tin"] <= preprocessed_data["tout"]).all(), "Individuals left before joining."
342
343
- preprocessed_data.to_csv("/home/michael/tmp/preprocessed_data.csv")
344
-
345
# IPCW step 4: Use these weights in a weighted analysis of the outcome model
346
# Estimate the KM graph and IPCW hazard ratio using Cox regression.
347
logger.debug("Estimate the KM graph and IPCW hazard ratio using Cox regression.")
0 commit comments