Skip to content

Commit

Permalink
I can delete this after I've computed with it
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDavidsonPilon committed Nov 22, 2018
1 parent 79ae1b6 commit 51b006e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lifelines/fitters/coxph_fitter.py
Original file line number Diff line number Diff line change
Expand Up @@ -926,4 +926,5 @@ def score_(self):
self._concordance_score_ = concordance_index(self.durations,
-self._predicted_partial_hazards_,
self.event_observed)
del self._predicted_partial_hazards_
return self._concordance_score_

0 comments on commit 51b006e

Please sign in to comment.