Issues
- 2
- 6
Compatibility with numpy 2.0
#1619 opened by Zethson - 9
successor library for autograd?
#1615 opened by CamDavidsonPilon - 0
add_at_risk_counts moves grid to the front when using seaborn
#1642 opened by krz - 1
Discrepancy in logRank test compared to R
#1641 opened by CalumGabbutt - 0
AttributeError: 'PiecewiseExponentialRegressionFitter' object has no attribute '_norm_mean'
#1636 opened by deril2605 - 0
What does 'y' stands for in the AFT model?
#1634 opened by shi-ang - 1
Compute 95% confidence intervals for hazard ratio at specified follow up times with coxphfitter
#1594 opened by kylehgc - 1
scipy.integrate.trapz is deprecated from SciPy 1.14.0
#1632 opened by skjongithub - 0
Stratified K-fold CV
#1631 opened by anbai106 - 1
Not compatible w/ Numpy >= 1.26 (venv Python 3.12)
#1629 opened by PavelRechkalov - 2
[Feature Request] ONNX Export
#1627 opened by ogencoglu - 0
- 2
- 0
Typo in documentation code snippet
#1622 opened by evanrubel - 0
FutureWarning in utils/__init__.py
#1612 opened by andyp05 - 1
ImportError: cannot import name 'trapz' from 'scipy.integrate' with scipy pre-release
#1618 opened by Zethson - 1
Handling of observations with birth_time==death_time
#1604 opened by user799595 - 1
- 0
stratification in CoxTimeVaryingFitter
#1614 opened by andreatrivellahappymoney - 3
[need_help] Difference between rstudio 'survival' and python 'lifelines'
#1613 opened by gustavoalcantara - 0
Manually setting parameters
#1611 opened by Biorrith - 2
x% confidence interval?
#1608 opened by miretchin - 1
Using age as 'timescale' for Cox Model in lifelines?
#1609 opened by dcstang - 5
- 1
feature request: `_prep_inputs_for_prediction_and_return_scores` to become public interface point
#1607 opened by fkiraly - 1
Result Discrepancy between lifelines CoxTimeVaryingFitter and R survival
#1600 opened by opendataminer - 0
`robust` is ignored when `cluster_col` is set
#1598 opened by benslack19 - 0
- 0
- 6
Plotting KM Survival Functions not working
#1593 opened by jcursons - 0
Hazard rates (dividing by timedelta, censored times)
#1592 opened by shilet - 0
- 7
Overflow with large numbers in Nelson Aalen fitter
#1585 opened by shilet - 2
Incompatibility of v0.27.8 with Python <3.9 due to `importlib.resources.files`
#1568 opened by TonyYanOnFire - 0
Typo in docs
#1573 opened by Duane321 - 0
Fix confidence_interval_cumulative_density_
#1574 opened by TheooJ - 1
Incompatibility with pandas 2.X computing restricted mean over survival function
#1578 opened by Batalex - 1
Add option to suppress __repr__ when fitting
#1589 opened by vunh16 - 3
Obtain log-likelihood given parameters
#1582 opened by melodiemonod - 0
- 15
- 0
Counting Process Parametric Fitter
#1572 opened by RubyT336 - 5
Incorrect datatype in the document for breakpoints parameter : CoxPHFitter is failing with object of type 'int' has no len()
#1570 opened by HimanshuBajpai869 - 3
get Cox results (p-value, confidence interval, etc)
#1567 opened by aster94 - 3
In lifelines 0.27.8, CoxPHFitter().fit() --> AttributeError: module 'formulaic' has no attribute 'ModelSpec'
#1565 opened by RSHum23 - 4
CoxPHFitter() .fit() --> AttributeError: 'Series' object has no attribute 'iteritems'
#1564 opened by RSHum23 - 3
- 1
Deprecation of pkg_resources in Python 3.11
#1557 opened by shaunporwal - 3
Overlapping 'at risk' counts in Kaplan-Meier plot for multiple dataframes
#1556 opened by Aniket99coder