regreg

A multi-algorithm Python framework for regularized regression


License
BSD-3-Clause
Install
pip install regreg==0.1.2

Documentation

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.