Following post Why {glmnet} can be calculated parameters for all category?
I have 4 categories or classes or responses for y (thus multinomial): cat1, cat2, cat3 and finally no-cat. I want my "no category (no-cat)" class to be the reference category. Can I specify this in glmnet ? After performing a cv.glmnet I get coefficients for all categories.
Note: I'm a new glmnet user. Thanks in advance,