Skip to content

Commit

Permalink
Merge a417ef9 into 5d278db
Browse files Browse the repository at this point in the history
  • Loading branch information
ianozsvald committed Apr 21, 2018
2 parents 5d278db + a417ef9 commit 95a9897
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test_contrib/test_statsmodels/test_base.py
Expand Up @@ -21,7 +21,7 @@
from yellowbrick.contrib.statsmodels import StatsModelsWrapper

try:
import statsmodels as sm
import statsmodels.api as sm
except ImportError:
sm = None

Expand Down
2 changes: 1 addition & 1 deletion yellowbrick/contrib/statsmodels/base.py
Expand Up @@ -30,7 +30,7 @@ class StatsModelsWrapper(BaseEstimator):
--------
First import the external libraries and helper utilities:
>>> import statsmodels as sm
>>> import statsmodels.api as sm
>>> from functools import partial
Instantiate a partial with the statsmodels API:
Expand Down

0 comments on commit 95a9897

Please sign in to comment.