GithubHelp home page GithubHelp logo

Comments (3)

jmoralez avatar jmoralez commented on June 3, 2024 1

Hey @neonarc4, thanks for using statsforecast. The plot method returns a matplotlib figure, which you can't print. If you're running a script you can save it like this:

fig = sf.plot(df, forecast_df, level=[90])
fig.savefig('myfigure.png')

and then open it.

If you're using jupyter you can just run fig and it will be displayed.

from statsforecast.

mergenthaler avatar mergenthaler commented on June 3, 2024 1

Hi @neonarc4 thanks for using StatsForecast.

The "seasonality length" parameter refers to the number of time periods it takes for a full seasonal cycle to complete in your data. Eg:

Data Frequency Seasonality Length Description
Monthly 12 Yearly cycle (12 months in a year)
Quarterly 4 Yearly cycle (4 quarters in a year)
Weekly 52 Yearly cycle (52 weeks in a year)
Daily 7 Weekly cycle
Hourly 24 Daily cycle

Level refers to prediction intervals. See: https://nixtlaverse.nixtla.io/statsforecast/docs/tutorials/uncertaintyintervals.html

from statsforecast.

neonarc4 avatar neonarc4 commented on June 3, 2024

thnx bro what is session length and level do ? and in docs their mention parallel when i try to set it say it missing bug

from statsforecast.

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.