jotterbach/dstk

Implement cross-validation for SGDBolasso

Closed this issue · 1 comments

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.

Implementation based on sklearn GridSearchCV has been merged.