Through an L0 and L2 regularization method I have developed a logistic model that has an intercept of around -3. Taking the exp() of that alone I get a probability of around 5%. So that is when other parameters in the model are zero (they cannot be negative).
My question: Is that wrong for a logistic model ? Should they go from 0 to 1 no matter what, and hence my model is completely wrong, or...?
exp()of that greater than $1$ but this again will be the odds rather than probability - if the intercept had been $+3$ then the odds would be about $20.86$ and the probability about $0.9526$. There is nothing wrong with $5%$ in a particular case if that reflects reality – Henry Jan 19 '20 at 21:48