dmolitor / bolasso

Model consistent Lasso estimation through the bootstrap.
https://dmolitor.github.io/bolasso/
Other
3 stars 0 forks source link

Parallelization across models in `coef` and `predict` #3

Closed dmolitor closed 2 years ago

dmolitor commented 2 years ago

Currently, bolasso is implemented to estimate bootstrapped Lasso models in parallel. I want to extend this to the coef and predict methods as well. Although the performance gains are probably much, much smaller for both of these cases, it makes it more consistent and, in the case of extremely large data, could improve performance a fair amount.