Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 818 Bytes

README.rst

File metadata and controls

28 lines (21 loc) · 818 Bytes

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.