All Projects → CamDavidsonPilon → Lifelines

CamDavidsonPilon / Lifelines

Licence: mit
Survival analysis in Python

Programming Languages

python
139335 projects - #7 most used programming language
Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to Lifelines

Mlr
Machine Learning in R
Stars: ✭ 1,542 (-12.68%)
Mutual labels:  data-science, statistics, survival-analysis
deep cox mixtures
Code for the paper "Deep Cox Mixtures for Survival Regression", Machine Learning for Healthcare Conference 2021
Stars: ✭ 22 (-98.75%)
Mutual labels:  survival-analysis, cox-regression, reliability-analysis
Hyperlearn
50% faster, 50% less RAM Machine Learning. Numba rewritten Sklearn. SVD, NNMF, PCA, LinearReg, RidgeReg, Randomized, Truncated SVD/PCA, CSR Matrices all 50+% faster
Stars: ✭ 1,204 (-31.82%)
Mutual labels:  data-science, statistics
Tsv Utils
eBay's TSV Utilities: Command line tools for large, tabular data files. Filtering, statistics, sampling, joins and more.
Stars: ✭ 1,215 (-31.2%)
Mutual labels:  data-science, statistics
Probflow
A Python package for building Bayesian models with TensorFlow or PyTorch
Stars: ✭ 95 (-94.62%)
Mutual labels:  data-science, statistics
Data Science Best Resources
Carefully curated resource links for data science in one place
Stars: ✭ 1,104 (-37.49%)
Mutual labels:  data-science, statistics
Datacamp
🍧 A repository that contains courses I have taken on DataCamp
Stars: ✭ 69 (-96.09%)
Mutual labels:  data-science, statistics
Bayesian Cognitive Modeling In Pymc3
PyMC3 codes of Lee and Wagenmakers' Bayesian Cognitive Modeling - A Pratical Course
Stars: ✭ 93 (-94.73%)
Mutual labels:  data-science, statistics
Ppd599
USC urban data science course series with Python and Jupyter
Stars: ✭ 1,062 (-39.86%)
Mutual labels:  data-science, statistics
Scikit Learn
scikit-learn: machine learning in Python
Stars: ✭ 48,322 (+2636.24%)
Mutual labels:  data-science, statistics
Tennis Crystal Ball
Ultimate Tennis Statistics and Tennis Crystal Ball - Tennis Big Data Analysis and Prediction
Stars: ✭ 107 (-93.94%)
Mutual labels:  data-science, statistics
Sweetviz
Visualize and compare datasets, target values and associations, with one line of code.
Stars: ✭ 1,851 (+4.81%)
Mutual labels:  data-science, statistics
Lifetimes
Lifetime value in Python
Stars: ✭ 1,082 (-38.73%)
Mutual labels:  data-science, statistics
Pycm
Multi-class confusion matrix library in Python
Stars: ✭ 1,076 (-39.07%)
Mutual labels:  data-science, statistics
Metriculous
Measure and visualize machine learning model performance without the usual boilerplate.
Stars: ✭ 71 (-95.98%)
Mutual labels:  data-science, statistics
25daysinmachinelearning
I will update this repository to learn Machine learning with python with statistics content and materials
Stars: ✭ 53 (-97%)
Mutual labels:  data-science, statistics
Openml R
R package to interface with OpenML
Stars: ✭ 81 (-95.41%)
Mutual labels:  data-science, statistics
Mlj.jl
A Julia machine learning framework
Stars: ✭ 982 (-44.39%)
Mutual labels:  data-science, statistics
Datumbox Framework
Datumbox is an open-source Machine Learning framework written in Java which allows the rapid development of Machine Learning and Statistical applications.
Stars: ✭ 1,063 (-39.81%)
Mutual labels:  data-science, statistics
Papers Literature Ml Dl Rl Ai
Highly cited and useful papers related to machine learning, deep learning, AI, game theory, reinforcement learning
Stars: ✭ 1,341 (-24.07%)
Mutual labels:  data-science, statistics

PyPI version Anaconda-Server Badge Build Status Coverage Status DOI

What is survival analysis and why should I learn it? Survival analysis was originally developed and applied heavily by the actuarial and medical community. Its purpose was to answer why do events occur now versus later under uncertainty (where events might refer to deaths, disease remission, etc.). This is great for researchers who are interested in measuring lifetimes: they can answer questions like what factors might influence deaths?

But outside of medicine and actuarial science, there are many other interesting and exciting applications of survival analysis. For example:

  • SaaS providers are interested in measuring subscriber lifetimes, or time to some first action
  • inventory stock out is a censoring event for true "demand" of a good.
  • sociologists are interested in measuring political parties' lifetimes, or relationships, or marriages
  • A/B tests to determine how long it takes different groups to perform an action.

lifelines is a pure Python implementation of the best parts of survival analysis.

Documentation and intro to survival analysis

If you are new to survival analysis, wondering why it is useful, or are interested in lifelines examples, API, and syntax, please read the Documentation and Tutorials page

Contact

Roadmap

You can find the roadmap for lifelines here.

Development

See our Contributing guidelines.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].