bbalasub1 / glmnet_python

GNU General Public License v3.0
199 stars 93 forks source link

problem of group option in multinomial case #14

Open yzy1015 opened 7 years ago

yzy1015 commented 7 years ago

Hi It seems like there is a problem with group option in multinomial example. when I run following command, mtype is grouped. cvfit = cvglmnet(x = x.copy(), y = y.copy(), family='multinomial', mtype = 'grouped');

After cross validation, in cvfit:

'dim': array([30, 71]), 'grouped': False, 'jerr': 0,

grouped is false.

Thank you