Parallel execution for Lasso
4 ビュー (過去 30 日間)
古いコメントを表示
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!!
0 件のコメント
回答 (1 件)
Sean de Wolski
2013 年 10 月 1 日
Look at the 'UseParallel' option in 'options'. It will do the cross validation in parallel.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Linear Regression についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!