Metadata-Version: 2.4
Name: survivalist
Version: 0.2.2
Summary: Survival analysis built on top of scikit-learn
Author-email: "T. Moudiki" <thierry.moudiki@gmail.com>
License: The Clear BSD License
        
        Copyright (c) [2024] [Thierry Moudiki]
        All rights reserved.
        
        Redistribution and use in source and binary forms, with or without
        modification, are permitted (subject to the limitations in the disclaimer
        below) provided that the following conditions are met:
        
             * Redistributions of source code must retain the above copyright notice,
             this list of conditions and the following disclaimer.
        
             * Redistributions in binary form must reproduce the above copyright
             notice, this list of conditions and the following disclaimer in the
             documentation and/or other materials provided with the distribution.
        
             * Neither the name of the copyright holder nor the names of its
             contributors may be used to endorse or promote products derived from this
             software without specific prior written permission.
        
        NO EXPRESS OR IMPLIED LICENSES TO ANY PARTY'S PATENT RIGHTS ARE GRANTED BY
        THIS LICENSE. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
        CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
        LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
        PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
        CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
        EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
        PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
        BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
        IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
        ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
        POSSIBILITY OF SUCH DAMAGE.
Project-URL: Homepage, https://techtonique.github.io/survivalist
Project-URL: Documentation, https://techtonique.github.io/survivalist
Project-URL: Source Code, https://github.com/Techtonique/survivalist
Project-URL: Bug Tracker, https://github.com/Techtonique/survivalist/issues
Project-URL: Release Notes, https://github.com/Techtonique/survivalist/releases
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Programming Language :: C++
Classifier: Programming Language :: Cython
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: ecos
Requires-Dist: joblib
Requires-Dist: numexpr
Requires-Dist: numpy
Requires-Dist: osqp!=0.6.0,!=0.6.1
Requires-Dist: pandas>=1.4.0
Requires-Dist: scipy>=1.3.2
Requires-Dist: scikit-learn<1.7,>=1.4.0
Requires-Dist: nnetsauce
Provides-Extra: dev
Requires-Dist: black[jupyter]; extra == "dev"
Requires-Dist: build; extra == "dev"
Requires-Dist: coverage; extra == "dev"
Requires-Dist: Cython>=3.0.10; extra == "dev"
Requires-Dist: packaging; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Requires-Dist: setuptools-scm>=8; extra == "dev"
Requires-Dist: tomli; extra == "dev"
Requires-Dist: tox; extra == "dev"
Provides-Extra: docs
Requires-Dist: ipython!=8.7.0; extra == "docs"
Requires-Dist: nbsphinx>=0.9.2; extra == "docs"
Requires-Dist: docutils; extra == "docs"
Requires-Dist: setuptools-scm; extra == "docs"
Requires-Dist: sphinx~=7.3.7; extra == "docs"
Requires-Dist: pydata-sphinx-theme~=0.15.2; extra == "docs"
Requires-Dist: sphinxcontrib-spelling; extra == "docs"
Requires-Dist: sphinx-design~=0.5.0; extra == "docs"
Requires-Dist: sphinx-copybutton~=0.5.2; extra == "docs"
Provides-Extra: nbval
Requires-Dist: ipykernel; extra == "nbval"
Requires-Dist: ipython!=8.7.0; extra == "nbval"
Requires-Dist: matplotlib~=3.9.0; extra == "nbval"
Requires-Dist: nbformat; extra == "nbval"
Requires-Dist: nbval>=0.10.0; extra == "nbval"
Requires-Dist: seaborn~=0.13.2; extra == "nbval"
Dynamic: license-file

# survivalist

Survival analysis with Machine Learning and uncertainty quantification.

![PyPI](https://img.shields.io/pypi/v/survivalist)
![PyPI Downloads](https://static.pepy.tech/badge/survivalist)
[![Documentation](https://img.shields.io/badge/documentation-is_here-green)](https://techtonique.github.io/survivalist/)

## Install 

- From GitHub (dev)

```bash
pip install git+https://github.com/Techtonique/survivalist.git
````

- From PyPI (stable)

```bash
pip install survivalist
```

## Examples

See [./examples](./examples)
