Parallel execution for Lasso
显示 更早的评论
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!!
回答(1 个)
Sean de Wolski
2013-10-1
0 个投票
Look at the 'UseParallel' option in 'options'. It will do the cross validation in parallel.
类别
在 帮助中心 和 File Exchange 中查找有关 Linear Regression 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!