Metadata-Version: 2.1
Name: aatools
Version: 0.0.2
Summary: Utility tools for advanced analytics
Home-page: https://github.com/rcvalenzuela/aatools
Author: René
Author-email: rcvalenzuela@gmail.com
License: Apache Software License 2.0
Keywords: nbdev jupyter notebook python
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: matplotlib
Requires-Dist: seaborn
Requires-Dist: networkx
Requires-Dist: scikit-learn
Provides-Extra: dev

aatools
================

<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

## Install

You can install the package from Pypi using,

``` sh
pip install aatools
```

or, if you prefer conda with,

``` sh
conda install -c rcvalenzuela aatools
```

## How to use

Currently the package only provides one function
[`plot_univariate_continuous`](https://rcvalenzuela.github.io/aatools/eda.html#plot_univariate_continuous)
which given a sample of data from a univariate random variable generates
the histogram and adds information on the mean and the quartiles

Look at the [documentation](https://rcvalenzuela.github.io/aatools/) of
the package for information on how to use.
