Implement cross-validation for SGDBolasso
Closed this issue · 1 comments
jotterbach commented
SGDBolasso is sensitive to the choice of the penalization parameter alpha
. We need to implement cross-validation for automating the choice of a good alpha.
jotterbach commented
Implementation based on sklearn GridSearchCV has been merged.