lifelines


Namelifelines JSON
Version 0.30.0 PyPI version JSON
download
home_pagehttps://github.com/CamDavidsonPilon/lifelines
SummarySurvival analysis in Python, including Kaplan Meier, Nelson Aalen and regression
upload_time2024-10-29 12:00:43
maintainerNone
docs_urlNone
authorCameron Davidson-Pilon
requires_python>=3.9
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            ![](http://i.imgur.com/EOowdSD.png)

[![PyPI version](https://badge.fury.io/py/lifelines.svg)](https://badge.fury.io/py/lifelines)
[![Anaconda-Server Badge](https://anaconda.org/conda-forge/lifelines/badges/version.svg
)](https://conda.anaconda.org/conda-forge)
[![DOI](https://zenodo.org/badge/12420595.svg)](https://zenodo.org/badge/latestdoi/12420595)


[What is survival analysis and why should I learn it?](http://lifelines.readthedocs.org/en/latest/Survival%20Analysis%20intro.html)
 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](http://lifelines.readthedocs.org/en/latest/index.html)

## Contact
 - Start a conversation in our [Discussions room](https://github.com/CamDavidsonPilon/lifelines/discussions).
 - Some users have posted common questions at [stats.stackexchange.com](https://stats.stackexchange.com/search?tab=votes&q=%22lifelines%22%20is%3aquestion).
 - Creating an issue in the [Github repository](https://github.com/camdavidsonpilon/lifelines).

## Development

See our [Contributing](https://github.com/CamDavidsonPilon/lifelines/blob/master/.github/CONTRIBUTING.md) guidelines.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/CamDavidsonPilon/lifelines",
    "name": "lifelines",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "Cameron Davidson-Pilon",
    "author_email": "cam.davidson.pilon@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/ea/4f/f0b363278d40baf7d7a03217bee839cb880946c62109f243391c8754bb09/lifelines-0.30.0.tar.gz",
    "platform": null,
    "description": "![](http://i.imgur.com/EOowdSD.png)\n\n[![PyPI version](https://badge.fury.io/py/lifelines.svg)](https://badge.fury.io/py/lifelines)\n[![Anaconda-Server Badge](https://anaconda.org/conda-forge/lifelines/badges/version.svg\n)](https://conda.anaconda.org/conda-forge)\n[![DOI](https://zenodo.org/badge/12420595.svg)](https://zenodo.org/badge/latestdoi/12420595)\n\n\n[What is survival analysis and why should I learn it?](http://lifelines.readthedocs.org/en/latest/Survival%20Analysis%20intro.html)\n 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?*\n\nBut outside of medicine and actuarial science, there are many other interesting and exciting applications of survival analysis. For example:\n- SaaS providers are interested in measuring subscriber lifetimes, or time to some first action\n- inventory stock out is a censoring event for true \"demand\" of a good.\n- sociologists are interested in measuring political parties' lifetimes, or relationships, or marriages\n- A/B tests to determine how long it takes different groups to perform an action.\n\n*lifelines* is a pure Python implementation of the best parts of survival analysis.\n\n\n## Documentation and intro to survival analysis\n\nIf 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](http://lifelines.readthedocs.org/en/latest/index.html)\n\n## Contact\n - Start a conversation in our [Discussions room](https://github.com/CamDavidsonPilon/lifelines/discussions).\n - Some users have posted common questions at [stats.stackexchange.com](https://stats.stackexchange.com/search?tab=votes&q=%22lifelines%22%20is%3aquestion).\n - Creating an issue in the [Github repository](https://github.com/camdavidsonpilon/lifelines).\n\n## Development\n\nSee our [Contributing](https://github.com/CamDavidsonPilon/lifelines/blob/master/.github/CONTRIBUTING.md) guidelines.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Survival analysis in Python, including Kaplan Meier, Nelson Aalen and regression",
    "version": "0.30.0",
    "project_urls": {
        "Homepage": "https://github.com/CamDavidsonPilon/lifelines"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "14f7379e185a75ac8166ac70756d0ba68d9a2b02b555c7fde4983246752396bd",
                "md5": "2133b4f6c204654e8651864133aeaf89",
                "sha256": "ac7c602c8aceced9770d3977817c9d99c250ed8cd86f2567fa0d23e4e8014bf9"
            },
            "downloads": -1,
            "filename": "lifelines-0.30.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2133b4f6c204654e8651864133aeaf89",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 349319,
            "upload_time": "2024-10-29T12:00:41",
            "upload_time_iso_8601": "2024-10-29T12:00:41.749439Z",
            "url": "https://files.pythonhosted.org/packages/14/f7/379e185a75ac8166ac70756d0ba68d9a2b02b555c7fde4983246752396bd/lifelines-0.30.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ea4ff0b363278d40baf7d7a03217bee839cb880946c62109f243391c8754bb09",
                "md5": "e30fb8f4903b8d77b8ba7c664c25b191",
                "sha256": "f7f6f6275fcb167fe0f5b1ef98f868993f9c074cb74b1dd6e92736efa854be18"
            },
            "downloads": -1,
            "filename": "lifelines-0.30.0.tar.gz",
            "has_sig": false,
            "md5_digest": "e30fb8f4903b8d77b8ba7c664c25b191",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 383221,
            "upload_time": "2024-10-29T12:00:43",
            "upload_time_iso_8601": "2024-10-29T12:00:43.513401Z",
            "url": "https://files.pythonhosted.org/packages/ea/4f/f0b363278d40baf7d7a03217bee839cb880946c62109f243391c8754bb09/lifelines-0.30.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-29 12:00:43",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "CamDavidsonPilon",
    "github_project": "lifelines",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "lifelines"
}
        
Elapsed time: 0.47775s