KerasBeats icon indicating copy to clipboard operation
KerasBeats copied to clipboard

Dimension of Theta Dense Neurons

Open arturossouza opened this issue 1 year ago • 0 comments

Hi!

I was taking a look on your NBeats implementation and I think that the theta size should be backcast_size + horizon.

I might be mistaken here, but could you explain why you coded as backcast_size + lookback?

Thaaanks!

https://github.com/JonathanBechtel/KerasBeats/blob/ac391acbbffb4c65b312c0059402c1ac8f5eff11/src/kerasbeats/nbeats.py#L43

arturossouza avatar Jul 18 '23 22:07 arturossouza