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

Popular posts from this blog

c# - passing input text from view to contoller with FacebookContext using Facebook app -

ios - Does Core Data autoupdate a many to many relationship on saving -

Calling a C++ function from C# by passing a string with variable size to it -