hierarchicalforecast icon indicating copy to clipboard operation
hierarchicalforecast copied to clipboard

Probabilistic Forecast Reconciliation

Open Manjubn777 opened this issue 1 year ago • 1 comments

After going through the package and paper found that supports only point forecasts reconciliation. I would like to know if it supports probabilistic forecast reconciliation. I appreciate your quick response to my inquiry for information.

Manjubn777 avatar Jul 29 '22 12:07 Manjubn777

Hi @Manjubn777,

We have been doing research/working on probabilistic hierarchical forecasting, but have not released.

I can point you to my work in progress paper "Probabilistic Hierarchical Forecasting with Deep Poisson Mixtures" and Taieb's PERMBU.

Regarding implementations of algorithms GluonTS team did an effort to improve the usability of PERMBU in this repository, it has a lot of dependency frictions.

If you have any pointers please let me know, this is a really interesting topic for us.

kdgutier avatar Jul 29 '22 13:07 kdgutier

Hey @Manjubn777! The new version of HierarchicalForecast supports probabilistic forecast reconciliation.

AzulGarza avatar Sep 28 '22 02:09 AzulGarza

Hey Team, Thank you so much for notebooks and I do have a question. Let's say I have 2000 forecast samples for each day,which will be passed as y_hat_df and I have actuals which is like one value for each day(daily data)., I will pass actual data as fitted values. setting bootstrap = True helps me reconcile?

I would appreciate your answer to the above question.

Thanks and Regards, Manjula

On Wed, Sep 28, 2022 at 7:39 AM fede @.***> wrote:

Hey @Manjubn777 https://github.com/Manjubn777! The new version of HierarchicalForecast supports probabilistic forecast reconciliation.

— Reply to this email directly, view it on GitHub https://github.com/Nixtla/hierarchicalforecast/issues/31#issuecomment-1260296842, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQXBE72UYYZNT6FXOF4A2A3WAOSFDANCNFSM55ATCGMQ . You are receiving this because you were mentioned.Message ID: @.***>

Manjubn777 avatar Sep 28 '22 11:09 Manjubn777