Metadata-Version: 2.1
Name: dcurves
Version: 1.0.1
Summary: Python package for Andrew Vickers' Decision Curve Analysis method to evaluate prediction models and diagnostic tests
Author: Shaun Porwal
Author-email: <shaun.porwal@gmail.com>
Keywords: python,dcurves,decision,curve,analysis,MSK
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: beartype
Requires-Dist: typing
Requires-Dist: pkg-resources
Requires-Dist: statsmodels
Requires-Dist: lifelines
Requires-Dist: matplotlib
Requires-Dist: random

# dcurves

Dcurves is a Python library for Andrew Vickers' Decision Curve Analysis method to evaluate prediction models and diagnostic tests. 


## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install dcurves.

```bash
pip install dcurves
```
## Usage

```python
import dcurves
```
## Usage: 
## Please refer to https://www.danieldsjoberg.com/dca-tutorial/dca-tutorial-r.html
## NOTE: Please wait for python snippets to be updated (Coming Extremely Soon!)


## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

## License
[Apache 2.0]([https://choosealicense.com/licenses/apache-2.0/])
