This message was deleted.
# neural-forecast
s
This message was deleted.
c
Hi @王梦石!
batch_size
corresponds to the number of time series in the batch, and
windows_batch_size
to the number of windows in the batch. During each training iteration, the loader first sample
batch_size
series, then the model selects
windows_batch_size
windows at random starting at different timestamps.
Thanks for the suggestion on the
predict
method, this was requested by several users already. We will add this functionality soon 🙂
u
Thank you very much Cristian!, Also, a quick question, suppose I want to implement some other models (such as TiDE) with neuralforecast framework. What I need to to is to write the 'Model' and 'AutoModel' inherit from the exisitng 'BaseWindow' and 'BaseAuto'. then theoretically it should work?
j
Hey. We have a guide for this. Please let us know if something is missing from it
c
It would be awesome if you can add it to the library. If you set a PR we can help you!