Giter Club home page Giter Club logo

Comments (2)

fredn19 avatar fredn19 commented on May 23, 2024 1

Thank you so much for the explanation Javier!

It makes way more sense to me now :-)

I also see your point about the metric, thanks for the heads up!

from skforecast.

JavierEscobarOrtiz avatar JavierEscobarOrtiz commented on May 23, 2024

Hello @fredn19,

Thanks for opening the topic. You are right, normally you would expect less execution time for a smaller number of refits.

The reason why the time for refit=True was 2 min and for refit=7 was 30 min is parallelization. While refit=True allows parallelization, when refit is an integer other than 1, parallelization is not possible because the various model fits must follow a logical order. This configuration is automated thanks to n_jobs='auto'.

What I can suggest to reduce time when refit=7:

  • Don't use interval forecasting for prototyping. It will speed up the backtesting process.
  • If interval prediction is a must, reduce the number of n_boot. Probably a number around 200 will give you similar results.

By the way, you might be interested in reading this article about metrics when building a forecasting model:

https://towardsdatascience.com/forecast-kpi-rmse-mae-mape-bias-cdc5703d242d

Hope it helps!

Javier

from skforecast.

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.