Metadata-Version: 2.1
Name: deeproc
Version: 0.0.7
Summary: Deep ROC analysis toolkit
Home-page: https://github.com/Big-Life-Lab/deepROC
Author: Andre Carrington
Author-email: amcarrin@gmail.com
Project-URL: Bug Tracker, https://github.com/Big-Life-Lab/deepROC/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# deeproc

**deeproc** is a Python package written by André Carrington and Yusuf Sheikh, for in-depth analysis of ROC plots in multiple groups/regions or a single region of interest.  It provides measures and plots which measure in a group: AUC (concordant partial AUC), the C statistic (partial C statistic), average sensitivity (partial AUC), average specificity (horizontal partial AUC) and other pre-test and post-test measures including average precision and inverse precision, also called average positive and negative predictive value.  
  
Groups are contiguous regions of predicted risk or probability (e.g., ranges of FPR or TPR) or non-contiguous demographic groups or clinical groups/arms.  Groups may be overlapping and not cover the whole ROC curve, or they may be mutually exclusive and perfectly cover the ROC curve.  

## Features

- Classes:

  - SimpleROC
  - FullROC
  - DeepROC
  - ConcordanceMatrixPlot

## Installation

The package can be installed from PyPi:

```bash
pip install deeproc
```
