Metadata-Version: 2.1
Name: apd-crs
Version: 0.1.0
Summary: apd-crs is a Python package for survival analysis with cure rate, released by Aimpoint Digital, LP
Home-page: https://github.com/Aimpoint-Digital/apd-crs
Author: Yash Puranik
Author-email: yash.puranik@aimpointdigital.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/Aimpoint-Digital/apd-crs/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

apd-crs is a Python package for survival analysis with cure rate. I.e. time-to-event analysis using a dataset for which outcomes of a fraction of the dataset are unknown (censored), and for which some individuals never experience the event. This package can also be used for PU learning. I.e. binary classification with positive and unlabeled data

This package is based on original research work published [here](https://doi.org/10.1007/s00180-021-01140-0).
apd-crs is a work in progress and maintained by a team of researchers and developers from [Aimpoint Digital, LP](https://www.aimpointdigital.com). 

Source code for the package can be obtained [here](https://github.com/Aimpoint-Digital/apd-crs).

Additional documentation can be obtained [here](https://apd-crs.readthedocs.io/en/latest/).


