mdqyy / cdescent

A pure C implementation of the coordinate descent algorithm to solve L1 regularized linear regression problem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cdescent
============

A pure C implementation of a library to obtain lasso, elastic net, smooth lasso,
the L1 regularized linear regression and variable selection estimator based on coordinate descent algorithm.

About

A pure C implementation of the coordinate descent algorithm to solve L1 regularized linear regression problem

License:GNU Lesser General Public License v3.0


Languages

Language:C 89.8%Language:C++ 5.8%Language:Shell 4.4%