You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@
5
5
##### Bug fixes
6
6
- Fixed bug when no covariates were passed into `CoxPHFitter`. See #975
7
7
- Fixed error in `StatisticalResult` where the test name was not displayed correctly.
8
+
- Fixed a keyword bug in `plot_covariate_groups` for parametric models.
8
9
9
10
10
11
#### 0.24.1 - 2020-03-05
@@ -18,15 +19,15 @@
18
19
19
20
#### 0.24.0 - 2020-02-20
20
21
21
-
This version and future versions of lifelines no longer support py35. Pandas 1.0 is fully supported, along with previous version. Minimum Scipy has been bumped to 1.2.0
22
+
This version and future versions of lifelines no longer support py35. Pandas 1.0 is fully supported, along with previous versions. Minimum Scipy has been bumped to 1.2.0.
22
23
23
24
##### New features
24
25
-`CoxPHFitter` and `CoxTimeVaryingFitter` has support for an elastic net penalty, which includes L1 and L2 regression.
25
26
-`CoxPHFitter` has new baseline survival estimation methods. Specifically, `spline` now estimates the coefficients and baseline survival using splines. The traditional method, `breslow`, is still the default however.
26
27
- Regression models have a new `score` method that will score your model against a dataset (ex: a testing or validation dataset). The default is to evaluate the log-likelihood, but also the concordance index can be chose.
27
28
- New `MixtureCureFitter` for quickly creating univariate mixture models.
28
29
- Univariate parametric models have a `plot_density`, `density_at_times`, and property `density_` that computes the probability density function estimates.
29
-
- new dataset for interval regression involving C. Botulinum.
30
+
- new dataset for interval regression involving *C. Botulinum*.
30
31
- new `lifelines.fitters.mixins.ProportionalHazardMixin` that implements proportional hazard checks.
0 commit comments