Adapt TimeGPT to your specific datasets for more accurate forecasts
finetune_steps
argument of the forecast
method.
timestamp | value | |
---|---|---|
0 | 1949-01-01 | 112 |
1 | 1949-02-01 | 118 |
2 | 1949-03-01 | 132 |
3 | 1949-04-01 | 129 |
4 | 1949-05-01 | 121 |
finetune_steps=10
means the model will go through 10 iterations of
training on your time series data.
finetune_steps
based on your specific needs and the
complexity of your data. Usually, a larger value of finetune_steps
works
better for large datasets.
It’s recommended to monitor the model’s performance during fine-tuning and
adjust as needed. Be aware that more finetune_steps
may lead to longer
training times and could potentially lead to overfitting if not managed properly.
Remember, fine-tuning is a powerful feature, but it should be used thoughtfully
and carefully.
finetune_depth
.