Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arose13/pylasso

An implementation of Lasso where each parameter penalty can be adjusted.
https://github.com/arose13/pylasso

data-science lasso machine-learning machine-learning-algorithms

Last synced: 8 days ago
JSON representation

An implementation of Lasso where each parameter penalty can be adjusted.

Awesome Lists containing this project

README

        

PyLasso
===============================

Author: Stephen Anthony Rose

Abstract
--------

Ultra fast implementation of Lasso where each parameter penalty can be adjusted.

Installation / Usage
--------------------

To install use pip:

$ pip install git+https://github.com/arose13/PyLasso.git

Or clone the repo:

$ git clone https://github.com/arose13/PyLasso.git
$ python setup.py install

Contributing
------------

Me (Stephen Anthony Rose)

Example
-------

To be announced.