Adaptive ridge regression
I did linear regression with and without regularization parameter (ridge) and found that regularization improves the regression accuracy for just some of my test data and error goes up for the rest. So it seems that regularization is destructive in some cases. So I am thinking to make ridge parameter as a function of “something” … Read more