Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent-Maladiere committed Jan 6, 2024
1 parent aa19b57 commit 2f9f39e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hazardous/_gb_multi_incidence.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ def draw(self, ipcw_training=False, X=None):
# * 1 when the censoring event has happened
# * 0 when the censoring hasn't happened yet
# * 0 when an any event has happened (the sample weight is zero).
# y_binary is the any event incidence.

if not hasattr(self, "inv_any_survival_train"):
self.inv_any_survival_train = self.ipcw_est.compute_ipcw_at(
Expand Down

0 comments on commit 2f9f39e

Please sign in to comment.