GithubHelp home page GithubHelp logo

Comments (8)

madtoinou avatar madtoinou commented on June 8, 2024 1

Hi @superichmann,

The code relies on views of the underlying arrays to minimize the memory footprint and speed-up things. You can check the files in darts/utils/data/ if you want to see how it's done.

from darts.

madtoinou avatar madtoinou commented on June 8, 2024

Hi @superichmann,

A model supporting multivariate series will be able to share learning across the components (columns) of the target series and will generate forecasts for all the columns at once during inference. Furthermore, a regression model that does not support it will wrapped in a sklearn MultiOutputRegressor under the hood and several models are effectively used.

I hope that it clarifies it, we will try to explicitly mention this aspect in the documentation.

from darts.

superichmann avatar superichmann commented on June 8, 2024

Hi thanks man :]

I might not have been fully clear in my question, what I meant is lets say you have 10 different time series that you group together in groups of 5, you have now 2 models, each model have 5 time series.

Will the 2 different models share information between each other? (now I am pretty sure the answer is no but would be nice to confirm ;))

from darts.

madtoinou avatar madtoinou commented on June 8, 2024

Ok, so you do "multiple series" training, not "multivariate".

There is no explicit mechanism to make these two models share information, and depending on the series that you use to train each one of them, they might share similar features but there is absolutely no guarantee of that.

from darts.

superichmann avatar superichmann commented on June 8, 2024

again thanks! so inside the training of each group, the time series might share information between each other.

I am asking since I am working in c# and not python :[ but I cannot get same results as with darts (my benchmark is a kaggle competition)

I am banging my head against it, ultimately, I am using the same data and the same models so I cannot understand why its not the same score, trying to figure out what I am missing.

it is this one if you want to take a look.

from darts.

madtoinou avatar madtoinou commented on June 8, 2024

What do you mean by "sharing information"?

Depending on the models you are using, the implementation and default parameters might differ. You should probably make sure that you have exactly the same inputs as the darts/python version.

from darts.

superichmann avatar superichmann commented on June 8, 2024

Thanks @madtoinou , looking into it.

from darts.

superichmann avatar superichmann commented on June 8, 2024

Hi again @madtoinou, I have managed to understand the differences.

Now I noticed that darts is operating very fast even with large amount of lagged columns, how is that made possible? are the columns not being replicated in memory and just used from their original placement in the table?

Thanks so much for your answers ;]

from darts.

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.