Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/arose13/pylasso
- Owner: arose13
- Created: 2019-02-11T17:27:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-02-12T01:53:42.000Z (over 5 years ago)
- Last Synced: 2024-10-07T06:41:04.736Z (about 1 month ago)
- Topics: data-science, lasso, machine-learning, machine-learning-algorithms
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.