Nixtla / nixtla

TimeGPT-1: production ready pre-trained Time Series Foundation Model for forecasting and anomaly detection. Generative pretrained transformer for time series trained on over 100B data points. It's capable of accurately predicting various domains such as retail, electricity, finance, and IoT with just a few lines of code 🚀.
https://docs.nixtla.io
Other
2.31k stars 187 forks source link

[BUG] Finetuning not working properly for cross validation method #424

Closed cchallu closed 3 months ago

cchallu commented 4 months ago

The cross_validation method is limiting the historical data even when fine-tuning is enabled with the _restrict_input_samples function. The method should follow the same logic as in cross_validation.

mergenthaler commented 3 months ago

This is solved in #426.