Skip to content

Commit

Permalink
Merge pull request #1571 from HimanshuBajpai869/users/himanshu/doc-up…
Browse files Browse the repository at this point in the history
…date

Issue : 1570 | Updated documentation for CoxPH Fitter
  • Loading branch information
CamDavidsonPilon committed Oct 27, 2023
2 parents 10c3538 + 63d88d7 commit 716b204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lifelines/fitters/coxph_fitter.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class CoxPHFitter(RegressionFitter, ProportionalHazardMixin):
When ``baseline_estimation_method="spline"``, this allows customizing the points in the time axis for the baseline hazard curve.
To use evenly-spaced points in time, the ``n_baseline_knots`` parameter can be employed instead.
breakpoints: int
breakpoints: list, optional
Used when ``baseline_estimation_method="piecewise"``. Set the positions of the baseline hazard breakpoints.
Examples
Expand Down

0 comments on commit 716b204

Please sign in to comment.