Metadata-Version: 1.1
Name: regressors
Version: 0.0.1
Summary: Easy utilities for fitting various regressors, extracting stats, and making relevant plots
Home-page: https://github.com/nsh87/regressors
Author: Nikhil Haas
Author-email: nikhil@nikhilhaas.com
License: ISCL
Description: ===============================
        Regressors
        ===============================
        
        .. image:: https://img.shields.io/pypi/v/regressors.svg
                :target: https://pypi.python.org/pypi/regressors
        
        .. image:: https://img.shields.io/travis/nsh87/regressors.svg
                :target: https://travis-ci.org/nsh87/regressors
        
        .. image:: https://readthedocs.org/projects/regressors/badge/?version=latest
                :target: https://readthedocs.org/projects/regressors/?badge=latest
                :alt: Documentation Status
        
        
        Easy utilities for fitting various regressors, extracting stats, and making relevant plots
        
        * Free software: ISC license
        * Documentation: https://regressors.readthedocs.org.
        
        Features
        --------
        
        * TODO
        
        Credits
        ---------
        
        Tools used in rendering this package:
        
        *  Cookiecutter_
        *  `cookiecutter-pypackage`_
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        
        
        History
        -------
        
        0.0.1 (2015-11-24)
        ---------------------
        
        * First release on PyPI.
        
Keywords: regression,lasso,ridge,principle components regression,elastic net,linear model
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: ISC License (ISCL)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
