Metadata-Version: 2.1
Name: pyaug
Version: 0.1.5
Summary: A library which generates augmented data through perturbing Pandas DataFrames.
Home-page: https://github.com/pyaug/pyaug
Author: Joshua David Wood
Author-email: pyaugment@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent

#PyAug
PyAug is a library developed to augment Pandas DataFrames using statistical distributions. Currently, PyAug supports linear, normal, logistic and Laplace statistical distributions. An interactive web-application has been developed using the PyAug framework and is available at [www.pyaug.com](www.pyaug.com).
<br>

#### Contact Details
[pyaugment@gmail.com](pyaugment@gmail.com)

#### Installation
You can install, upgrade, uninstall PyAug using these commands:

1. `$ sudo pip install pyaug`
2. `$ sudo pip install --upgrade pyaug`
3. `$ sudo pip uninstall pyaug`

#### Statistical Distributions

1. Linear (PyAugLinear)
1. Normal (PyAugNormal)
1. Logistic (PyAugLogistic)
1. Laplace (PyAugLaplace)

#### Frequently Asked Questions
Work in progress.

#### Troubleshooting
Work in progress.


