pyglmnet
pyglmnet copied to clipboard
Todo: Allow to pass arbitrary regulizer object
Problem: Someone wants to regularize one group of parameters with L2 and the other group with L1. Possible solution: Allow user to pass an arbitrary regulizer object, which specifies alpha values for each group
why will a list not do here?