Metadata-Version: 2.1
Name: regreg
Version: 0.1.6
Summary: A Python framework for regularized regression
Home-page: http://github.org/regreg/regreg
Author: regreg developers
Author-email: 
Maintainer: regreg developers
Maintainer-email: 
License: BSD license
Platform: OS Independent
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Requires: numpy (>=1.7.1)
Requires: scipy (>=0.9)
Provides: regreg
License-File: LICENSE
Requires-Dist: Cython (>=0.18)
Requires-Dist: scipy (>=0.9)
Provides-Extra: doc
Requires-Dist: Sphinx (>=1.0) ; extra == 'doc'
Provides-Extra: test
Requires-Dist: nose (>=0.10.1) ; extra == 'test'

######
RegReg
######

RegReg is a simple multi-algorithm Python framework for prototyping and solving
regularized regression problems such as the LASSO. The goal is to enable
practitioners to quickly and easily experiment with a variety of different
models and choices of regularization.  In that spirit, the emphasis is on the
flexibility of the framework instead of computational speed for any particular
problem, though the speed trade-off will generally not be too bad.

****
Code
****

See https://github.com/regreg/regreg

Released under the BSD two-clause license - see the file ``LICENSE`` in the
source distribution.

The latest released version is at https://pypi.python.org/pypi/regreg

*******
Support
*******

Please put up issues on the `regreg issue tracker
<https://github.com/regreg/regreg/issues>`_.


