Skip to content

Commit

Permalink
Merge pull request #50 from UBC-MDS/example_typo_fix
Browse files Browse the repository at this point in the history
Add more info and fix typo in the last paragraph
  • Loading branch information
katerinkus authored Jan 29, 2022
2 parents 06cb6e8 + 7907125 commit f8d7743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@
"source": [
"## Multicolinearity Identification\n",
"\n",
"We can identify multicollinearity based on highly correlated pairs (using Pearson coefficient) with VIF values exceeding the threshold using `col_identify` function. In this case the response variable is `sepal_width`, and the explanatory variables are `petal_length` and `sepal_length`."
"We can identify multicollinearity based on highly correlated pairs (using Pearson coefficient) with VIF values exceeding the threshold using `col_identify` function. In this case the response variable is `sepal_width`, and the explanatory variables are `petal_length`, `petal_width` and `sepal_length`. The output suggests to eliminate `petal_length` as it has the highest _vif_score_ out of the highly correlated _pair_ `petal_length | petal_width`."
]
},
{
Expand Down

0 comments on commit f8d7743

Please sign in to comment.