LARS algorithm

Pure vanilla implementation of LARS algorithm.
4,8K téléchargements
Mise à jour 31 mars 2016

Afficher la licence

This is a pure vanilla implementation of LARS algorithm with LASSO modification. For more information about the algorithm follow the link. http://www-stat.stanford.edu/~hastie/Papers/LARS/LeastAngle_2002.pdf This document is included in the zip file (LeastAngle_2002.pdf).
There are many 'lars' implementation in the internet if you search. This is a relatively pure porting of the 'lars' package written by algorithm developer long time ago for R statistics language. Recent version by authors may have many changes. See http://cran.r-project.org/web/packages/lars/index.html for more information.
I commented equation number line by line in the codes so that you can follow the algorithm as you read the paper. You may start developing your own 'lars' implementation from this point. Test set includes Diabetes example used in the original paper (sorry, no plots for that). If you find any error, let me know. I'll appreciate it.

Caution: I've been using this file for more than 3 years, but I've never used 'forward stagewise' or 'pure lars'. I've been using only 'lars with lasso modification'. So I don't guarantee former two algorithms.

Installation:
Just copy 4 files in the 'lars' folder to your path. Or add 'lars' folder to your Matlab path.

Testing:
Read the 'test_lars.m' file. All files in the 'lars_tests' folder should be in the search path. It is written in the XTargets' MUnit format. But if you don't use MUnit, that's fine. Just copy and run codes in nested functions in that file.

Usage:
See 'test_lars.m' file.

License: The original R-package written by algorithm developers is under GPL v2 or newer. So is this.

Citation pour cette source

Sung Soo Kim (2025). LARS algorithm (https://fr.mathworks.com/matlabcentral/fileexchange/23186-lars-algorithm), MATLAB Central File Exchange. Extrait(e) le .

Compatibilité avec les versions de MATLAB
Créé avec R14SP3
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur R Language dans Help Center et MATLAB Answers
Remerciements

A inspiré : zeroSR1

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Publié le Notes de version
1.0.0.0

license
license