Parallel execution for Lasso
Mostra commenti meno recenti
I'd like to perform parallel execution for lasso regression. As far as I found on the web, built in lasso function supports parallel computing.
Does it supported from 2013b? What is the mechanism of the algorithm? (I'd like to check where "parfor" is used in lasso regression)
Thanks!!
Risposte (1)
Sean de Wolski
il 1 Ott 2013
0 voti
Look at the 'UseParallel' option in 'options'. It will do the cross validation in parallel.
Categorie
Scopri di più su Linear Regression in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!