ImportError: cannot import name ExponentialSmoothing

前端 未结 5 804
灰色年华
灰色年华 2021-01-22 01:51

I tried to install statsmodels in python. After installation, I checked with pip freeze. The package can be seen in the list.

When I am trying:

from stat         


        
5条回答
  •  礼貌的吻别
    2021-01-22 02:18

    You can follow the steps mentioned below:

    Step 1: Remove statsmodel using pip uninstall statsmodel

    Step 2: Install git from here: https://git-scm.com/downloads

    Step 3: Follow steps mentioned under "Installing library(statsmodels)" from link mentioned below: https://www.analyticsvidhya.com/blog/2018/02/time-series-forecasting-methods/?utm_source=feedburner&utm_medium=email&utm_campaign=Feed%3A+AnalyticsVidhya+%28Analytics+Vidhya%29

提交回复
热议问题