r - Parallel implementation of least angle regression -
I'm looking for R package or script which has applied at least angle regression or lasso in parallel fashion . Does anyone have an idea?
Yes, the Lars package will do this. See this package - and R command
Lars (x, y, type = c ("lasso"))
Comments
Post a Comment