Giter Site home page Giter Site logo

Comments (4)

kashif avatar kashif commented on May 30, 2024 1

thanks @rakshitha123 I'll have a look, I don't have my own data but wish to use your repository for my models... the dataset convention I have is a bit more verbose in defining the covariates as well as categorical features explicitly and I am trying to convert from the tsf format to my convention...

from tsforecasting.

rakshitha123 avatar rakshitha123 commented on May 30, 2024

For our current benchmarking model implementations in this repo, we have considered all series as target series, not covariates.

However, you can use the name of the series (series_name attribute) to distinguish between target series and covariate series. Within benchmarking functions, then you can input the series into models as targets and covariates separetly. Although our .tsf format supports the inclusion of covariate series, the models in our repo do not have this implementation as our focus was to run the benchmarks in their most simple format without covariates.

from tsforecasting.

kashif avatar kashif commented on May 30, 2024

right, so my question was how does the tsf format supports covariates? will the series_name have an fcst_ at the start to distinguish it as a target? For example in the temperature_rain dataset the series_name is just a unique name for each time series... while the obs_or_fcst column has fields with names that seem to encode if they are forecast target or covariate... although I am not sure about that either...

from tsforecasting.

rakshitha123 avatar rakshitha123 commented on May 30, 2024

Sure, you can use a prefix with a series_name to identify whether it is a covariate series. We have done something similar in one of our latest project available at https://github.com/rakshitha123/SETAR_Trees. If you see a dataset with covariates in the "datasets" folder (e.g. Rossmann with covariates), you'll find covariate series in their starting with prefix such as "Customers", "Open" and "Promo" where the target series start with the prefix "T".

from tsforecasting.

Related Issues (9)

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.