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 🚀.
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.
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 incross_validation
.