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

Add doc to describe variable inflation factor added to GLM #6931

Closed
exalate-issue-sync bot opened this issue May 11, 2023 · 4 comments
Closed

Add doc to describe variable inflation factor added to GLM #6931

exalate-issue-sync bot opened this issue May 11, 2023 · 4 comments
Assignees

Comments

@exalate-issue-sync
Copy link

No description provided.

@exalate-issue-sync
Copy link
Author

Wendy Wong commented: This is how the variable inflation factors are constructed:

The variable inflation factor for numerical predictor x is built as follows:

Set numerical predictor x as the response and use the same predictors as before except x.

Build a GLM regression model.

Take the R2 of the in 2 and the variable inflation factor is 1.0/(1.0-R2).

VIF can be calculated with cross-validation turned on.

Repeat the above for all the other numerical predictors to get the variable inflation factors for them as well.

@exalate-issue-sync
Copy link
Author

Wendy Wong commented: Here is a good explanation of what VIF is:

h3. What is a Variation Inflation Factor?

As the name suggests, a variance inflation factor (VIF) quantifies how much the variance is inflated. But what variance? Recall that we learned previously that the standard errors — and hence the variances — of the estimated coefficients are inflated when multicollinearity exists. A variance inflation factor exists for each of the predictors in a multiple regression model. For example, the variance inflation factor for the estimated regression coefficient bj —denoted VIFj —is just the factor by which the variance of bj is "inflated" by the existence of correlation among the predictor variables in the model.

@h2o-ops
Copy link
Collaborator

h2o-ops commented May 14, 2023

JIRA Issue Details

Jira Issue: PUBDEV-8829
Assignee: hannah.tillman
Reporter: Wendy Wong
State: Resolved
Fix Version: 3.38.0.1
Attachments: N/A
Development PRs: Available

@h2o-ops
Copy link
Collaborator

h2o-ops commented May 14, 2023

Linked PRs from JIRA

#6314

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

No branches or pull requests

2 participants