Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Coxph baseline fix; remove normalize; bump version #293

Merged
merged 8 commits into from
May 29, 2017

Conversation

CamDavidsonPilon
Copy link
Owner

@CamDavidsonPilon CamDavidsonPilon commented May 29, 2017

0.10.0

  • corrected bug that was returning the wrong baseline survival and hazard values in CoxPHFitter when normalize=True.
  • removed normalize kwarg in CoxPHFitter. This was causing lots of confusion for users, and added code complexity. It's really nice to be able to remove it.
  • correcting column name in CoxPHFitter.baseline_survival_
  • CoxPHFitter.baseline_cumulative_hazard_ is always centered, to mimic R's basehaz API.
  • new predict_log_partial_hazards to CoxPHFitter

Fixes: #289, #287

This was referenced May 29, 2017
@CamDavidsonPilon CamDavidsonPilon merged commit 0fe0d10 into master May 29, 2017
@CamDavidsonPilon CamDavidsonPilon deleted the coxph-baseline branch May 29, 2017 02:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant