fastridge
Python implementation of fast ridge regression via expectation maximization. Provides efficient joint estimation of the regularization parameter and regression coefficients without cross-validation, with O(min(n,p)) cost per EM iteration after preprocessing.
