rajatsen91 / deepglo

This repository contains code for the paper: https://arxiv.org/abs/1905.03806. It also contains scripts to reproduce the results in the paper.
Other
167 stars 47 forks source link

which predictions are the final predictions? #7

Closed vamp-ire-tap closed 4 years ago

vamp-ire-tap commented 4 years ago

In the paper, the authors commented that the final global predictions can be made with FX(te) where X(te) is forecasted with the local model. Are these final global predictions also the DeepGLO predictions? That is the proposed model? The confusion is because in the code, there is Wape global and only wape, which is the DeepGLO wape?

rajatsen91 commented 4 years ago

The final predictions are predictions from T_Y TC network which takes as covariate the global prediction. So wape is the metric on the final prediction.