carlanetto / M4comp2018

The R package M4comp2018 contains the 100000 time series from the M4-competition (https://www.m4.unic.ac.cy/)
47 stars 12 forks source link

Implementation or forecasts for Naïve2 model #2

Closed ankile closed 2 years ago

ankile commented 2 years ago

Hello!

We're using the M4 dataset for some research as part of our master's thesis. We have come across a problem when trying to calculate the OWA, though. The Naïve2 model that is supposed to be used as the denominator in the weighted average is relatively poorly defined.

I was wondering whether anyone knows if there is an existing implementation out there that is correct or if there exists recalculated forecasts or sMAPE/MASE losses for them?

This would be incredibly helpful in our thesis, thank you!

vangspiliot commented 2 years ago

Hi!

The forecasts of the benchmarks (and the participants) are available at the M4 repository

https://github.com/Mcompetitions/M4-methods/tree/master/Point%20Forecasts

Hope that helps

ankile commented 2 years ago

Yes, that helps! I must've overseen this somehow... Thank you!