JonathanBechtel / KerasBeats

Github Repository for the KerasBeats package. Easily import and use the NBeats NN architecture in Keras
https://kerasbeats.readthedocs.io/en/latest/
MIT License
24 stars 9 forks source link

Important caveats: lookback > 1 for the interpretable setting? #2

Open fiannuzzi opened 2 years ago

fiannuzzi commented 2 years ago

Hello! I get that one should set the horizon to at least 2, but I was wondering if that'd be true also for the lookback parameter. I get an error when instancing NBeatsModel() with lookback=1. Cheers --francesca

JonathanBechtel commented 1 year ago

Thank you, will take a look at this.