You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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');
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
The text was updated successfully, but these errors were encountered: