Metadata-Version: 2.1
Name: pps-python
Version: 0.0.8
Summary: Customised Python Functions for calculating Predictive Power Score
Home-page: https://github.com/akhil14shukla/ppscore
Author: Akhil Shukla (akhil14shukla)
License: GNU v3.0
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Description-Content-Type: text/markdown
License-File: LICENSE

# ppscore

## Predictive Power Score _(currently working on this)_
A score that helps identifying linear and non-linear relations between features/attributes.

Because I was unable to find the option to explicitly mention categorical and numerical features in one of the libraries offering ppscore, which was leading to regression in case of categorical attribute. PyCustom.pps will rectify this issue (At Least that is the vision currently).

To install this library use:
```
pip install pps-python
```

To use Predictive Power Score, import the following:  <br>
```
from pps.ppscore import pps
```
