Metadata-Version: 2.1
Name: sensitivity
Version: 0.2.4
Summary: Python Sensitivity Analysis - Gradient DataFrames and Hex-Bin Plots
Home-page: https://github.com/nickderobertis/sensitivity
Author: Nick DeRobertis
Author-email: whoopnip@gmail.com
License: MIT
Project-URL: Code, https://github.com/nickderobertis/sensitivity
Project-URL: Documentation, https://nickderobertis.github.io/sensitivity
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Requires-Dist: pandas (>=1)
Requires-Dist: matplotlib
Requires-Dist: pd-utils
Requires-Dist: IPython
Requires-Dist: tqdm


[![](https://codecov.io/gh/nickderobertis/sensitivity/branch/master/graph/badge.svg)](https://codecov.io/gh/nickderobertis/sensitivity)

# sensitivity

## Overview

Python Sensitivity Analysis - Gradient DataFrames and Hex-Bin Plots

## Getting Started

Install `sensitivity`:

```
pip install sensitivity
```

A simple example:

```python
import sensitivity

# Do something with sensitivity
```

## Links

See the
[documentation here.](
https://nickderobertis.github.io/sensitivity/
)

## Author

Created by Nick DeRobertis. MIT License.

