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
I see that glmnet does not provide CI and PValues for regressors coefficient.
Question: what alternative approach would you suggest to gauge if a regressor coefficient is "significant" or not? (and eventually base backward elimination/forward selection decisions on that)
Further context
I get the intuition behind thy CIs and P-values are not meaningful for Ridge Reggression from these CrossValidated Question:
Hey, as you've noticed that it's uncommon to obtain CI and p for regularised regression. There's research on how to do it best, for example here. We've decided to not dig into this area for now. We believe that calibrating MMM with experimental result is rather the best practise to obtain "true value", while the uncertainty on point estimate still can't really help users to decide which result is the truth. Hope it helps.
Hi,
I see that
glmnet
does not provide CI and PValues for regressors coefficient.Question: what alternative approach would you suggest to gauge if a regressor coefficient is "significant" or not? (and eventually base backward elimination/forward selection decisions on that)
Further context
I get the intuition behind thy CIs and P-values are not meaningful for Ridge Reggression from these CrossValidated Question:
The text was updated successfully, but these errors were encountered: