Giter Club home page Giter Club logo

Comments (4)

JoaquinAmatRodrigo avatar JoaquinAmatRodrigo commented on May 24, 2024 1

Recursive forecasting available for multivariate forecasting

This is quite challenging because this hybrid strategy requires each individual series to be predicted internally so that the predicted values can then be used as input features by a second model. We have skipped this so far because the idea of this approach being too computationally expensive, but we could do some experimentation to test its feasibility.

from skforecast.

JavierEscobarOrtiz avatar JavierEscobarOrtiz commented on May 24, 2024

Hello Kishan,

Thanks for your comments,

Direct forecasting available for multi-series forecasting.

This is something we have pending. Since we are still developing new features for ForecasterMultiseries, we will wait for a more stable version before implementing it.

Recursive forecasting available for multivariate forecasting.

As it is now, the ForecasterAutoregMultiVariate is only trained in one level (series 1 or series 2) and creates one model per step (direct approach). In the figure, let's say that if you specify level = 'Series 1' when creating the Forecaster, it will only use the training matrix at the top.

forecaster_multivariate_train_matrix_diagram

Since this forecaster needs the future values of the series to predict the following steps, it needs 2 models (one for each series) to make it recursive and call them in parallel. Predict step 1 for both series, predict step 2 for both series...

Is that what you have in mind?

A consistent naming approach

Completly agree. We have this figure in the repo page and documentation to help the users with this problem:

imagen

https://skforecast.org/latest/#forecasters
https://github.com/JoaquinAmatRodrigo/skforecast#forecasters

Best,

Javi

from skforecast.

JoaquinAmatRodrigo avatar JoaquinAmatRodrigo commented on May 24, 2024

The names of the Forecasters definitely need to be revisited, the family is growing and at some point we need to make the naming more intuitive. This may require some proper alias management to avoid breaking compatibility. ยกMaybe one day we are ready for version 1.0.0. ! ๐Ÿ˜„ ๐Ÿ˜„

from skforecast.

KishManani avatar KishManani commented on May 24, 2024

Recursive forecasting available for multivariate forecasting

This is quite challenging because this hybrid strategy requires each individual series to be predicted internally so that the predicted values can then be used as input features by a second model. We have skipped this so far because the idea of this approach being too computationally expensive, but we could do some experimentation to test its feasibility.

Yes I agree. This would be computationally challenging. I think there are other features which are easier to add to skforecast which would add more value.

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.