Skip to content

Commit

Permalink
ENH: Add pandas dataframe capability in variance_inflation_factor
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Price authored and Oliver Price committed Jun 5, 2020
1 parent 588f549 commit 4d26861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion statsmodels/stats/tests/test_outliers_influence.py
@@ -1,6 +1,6 @@
from numpy.testing import assert_almost_equal

from statsmodels.datasets import statecrime, get_rdataset
from statsmodels.datasets import statecrime
from statsmodels.regression.linear_model import OLS
from statsmodels.stats.outliers_influence import reset_ramsey
from statsmodels.stats.outliers_influence import variance_inflation_factor
Expand Down

0 comments on commit 4d26861

Please sign in to comment.