Git Product home page Git Product logo

Comments (5)

kdgutier avatar kdgutier commented on July 29, 2024

Hi @marijnhazelbag,
For the moment we are only estimating quantiles using the quantile regression like in the paper and main M4 competition.
We have implemented a multi-quantile loss function here:
https://github.com/Nixtla/nixtlats/blob/master/nixtlats/losses/pytorch.py#L317

I imagine, it could be easy to adapt the final layer of the ES-RNN to output multi-quantiles.
https://github.com/kdgutier/esrnn_torch/blob/master/ESRNN/utils/ESRNN.py#L285

Let me know if you want to try it, or would you need help with it.

from esrnn_torch.

marijnhazelbag avatar marijnhazelbag commented on July 29, 2024

Thank you for the swift response! I will try and let you know if I run into problems :)

from esrnn_torch.

kdgutier avatar kdgutier commented on July 29, 2024

I am reaching a friend who might have already done it to point you to his work.

from esrnn_torch.

AzulGarza avatar AzulGarza commented on July 29, 2024

Hi, @marijnhazelbag,

Thanks for your interest. We have written the multi-quantile version of the ESRNN model: MQESRNN; you can find it in our new library for time series forecasting using Deep Learning named nixtlats, in particular here. You can import it using:

from nixtlats.models.esrnn.mqesrnn import MQESRNN

You pass a list of percentiles to obtain prediction intervals; for example, if you want a 90% prediction interval, you could use training_percentiles=[5, 50, 95]. Under the hood, the model trains the ESRNN model using the multiquantile loss.

from esrnn_torch.

marijnhazelbag avatar marijnhazelbag commented on July 29, 2024

Thank you, gentlemen! I really appreciate it.

from esrnn_torch.

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.