This message was deleted.
# neural-forecast
s
This message was deleted.
c
Hi! It is not yet available in pip. To have the refit parameter you will need to clone the repo and install it will
pip install .
a
@Cristian (Nixtla) I see, thanks for this info!
@Cristian (Nixtla) with refit equals to True, every window will be retrained with the new cutoff date data. What's the training data for each window when refit equals to False?
c
its only the initial training data, before all the test windows
a
I see, that's quite a huge data not being used for training when the n_windows is large. Thanks for the confirmation Christian! 👍
c
The refit should ideally reflect how often you will retrain the model in production (for industry applications), and that varies a lot. In academia, we evaluate models without
refit
on thousands of windows.
a
Interesting to know that evaluation practice. Really appreciate it!