Skip to main content

Series of Data Science Graphs written by Philip Geurin and Matt Drury

Project description


# Autoregression

Here are the tools to automatically assess and test multiple working
machine learning techniques.


## Installation

A `setup.py` file is included. To install into a python environment run

```bash
pip install git+https://github.com/pgeurin/autoregression.git
```

Included are two extra modules:


##Galgraphs
Here you will find graphing functions for numpy arrays and pandas dataframes.

Graphs with ax take a axis from matplotlib.
Use pattern matplotlib 'fig, ax = subplots(1,1)' for best effect.

Graphs without an 'ax' input plot themselves.

The code used here HEAVILY relies upon the foundational work of Matt Drury.
This project just wouldn't be the same without it.
Pandas and matplotlib. are also foundational tools to the work.

How to use the documentation
----------------------------
Documentation in docstrings provided with the code.

We recommend exploring the docstrings using
`IPython <http://ipython.org/>`_, an advanced Python shell with
TAB-completion and introspection capabilities.

Use the built-in ``help`` function to view a function's docstring::

Available graphs:
---------------------
'emperical_distribution',
'one_dim_scatterplot',
'plot_emperical_distribution',
'plot_many_predicteds_vs_actuals',
'plot_many_residuals',
'plot_one_univariate',
'plot_solution_paths',
'plot_univariate_smooth',
'predicteds_vs_actuals',
'residual_plot',
'simple_indicator_specification',
'simple_spline_specification',
'standardize_y',
'train_test_split'

##Cleandata
Cleans pandas dataframes using modern machine learning practices.

Turn first to clean_df(). It's your friend in a world of darkness.
It detects all manner of unmentionable values and replaces them with the mean or
distinguishing feature.


## Versioning

0.0.1 - Working graphs.
0.0.2 - Documentation.
0.0.3 - More graphs.
0.0.4 - Cleaning. AutoRegression.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

autoregression-0.0.4.tar.gz (15.8 kB view details)

Uploaded Source

File details

Details for the file autoregression-0.0.4.tar.gz.

File metadata

File hashes

Hashes for autoregression-0.0.4.tar.gz
Algorithm Hash digest
SHA256 ef9c0019941927f027465a9fc8983e4dc42c2194e1216a23a30987f6570bba05
MD5 c2932cb0800d434463e45daa7eb1942a
BLAKE2b-256 9126b691c9be1d330adc2c2fd4533ae3b8d16c312d72a09cfed9b8855b9caf04

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page