Metadata-Version: 2.1
Name: mutual-information
Version: 0.0.3
Summary: mutual information-based synergy between variables for one response
Home-page: https://github.com/kingmanzhang/mutual-information
Author: Xingmin A Zhang
Author-email: kingmanzhang@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: numpy (~=1.7)
Requires-Dist: pandas (~=0.24)
Requires-Dist: networkx (~=2.2)
Requires-Dist: treelib (~=1.5.5)
Provides-Extra: dev
Requires-Dist: pytest (>=3.7) ; extra == 'dev'
Requires-Dist: check-manifest (==0.42) ; extra == 'dev'

# mutual information

This is a python package that calculates the synergy between two or more variables for one response.


## installation

install from pypi:
```bash
pip install mutual-information
```

install from source (dev mode):
```bash
pip install -e .[dev]
```

## usage

@TODO: will be added

