GithubHelp home page GithubHelp logo

Comments (5)

yangbk560 avatar yangbk560 commented on June 10, 2024

Hi sreekarreddy21, thanks for the feedback. Could you provide more information about your setting, especially the version of statsmodels? Thanks.

from kats.

sreekarreddy21 avatar sreekarreddy21 commented on June 10, 2024

Hi,
statsmodels version 0.12.2, frequency of dates was not infered by the model, it generates dates of freq='D'.

from kats.models.holtwinters import HoltWintersParams, HoltWintersModel
warnings.simplefilter(action='ignore')


params = HoltWintersParams(
            trend="add",
            #damped=False,
            seasonal="mul",
            seasonal_periods=12,
        )
m = HoltWintersModel(
    data=air_passengers_ts, 
    params=params)

m.fit()
fcst = m.predict(steps=30, alpha = 0.1)
m.plot()

Output of fcst looks like,

time	fcst	fcst_lower	fcst_upper

144 1960-12-02 NaN NaN NaN
145 1960-12-03 NaN NaN NaN
146 1960-12-04 NaN NaN NaN
147 1960-12-05 NaN NaN NaN
.......
.......
.......

from kats.

iamxiaodong avatar iamxiaodong commented on June 10, 2024

Hi @sreekarreddy21, we were not able to reproduce your error, do you mind sharing a notebook or colab notebook that we can reproduce? I believe it might because of the data or library versions (what's your Python version?). Also, can you reproduce other models with the same dataset?

from kats.

sreekarreddy21 avatar sreekarreddy21 commented on June 10, 2024

Hi @iamxiaodong, there was some problem with my conda env. I created a new environment and it worked.

Thanks.

from kats.

MoKazemi9 avatar MoKazemi9 commented on June 10, 2024

Hi @ sreekarreddy21, can you go ahead and close this! Thanks

from kats.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.