We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35a709d commit 2cd6976Copy full SHA for 2cd6976
1 file changed
vetiver/handlers/statsmodels.py
@@ -5,7 +5,7 @@
5
6
sm_exists = True
7
try:
8
- import statsmodels
+ import statsmodels.api
9
except ImportError:
10
sm_exists = False
11
0 commit comments