Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alternative approach to confidence interval and p-values for glmnet models #131

Closed
LeoUbbiali opened this issue Aug 10, 2021 · 2 comments
Closed

Comments

@LeoUbbiali
Copy link

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:

@gufengzhou
Copy link
Contributor

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.

@LeoUbbiali
Copy link
Author

Hey Gufeng,

thanks for the quick reply.
It helps. It's paramount to have experimental results to obtain the true value of the regressors coefficients

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants