.get_model_params {nixtlar} | R Documentation |
Retrieve parameters for 'TimeGPT' model This is a private function of 'nixtlar'
Description
Retrieve parameters for 'TimeGPT' model This is a private function of 'nixtlar'
Usage
.get_model_params(model, freq)
Arguments
model |
Model to use, either "timegpt-1" or "timegpt-1-long-horizon". |
freq |
Frequency of the data. |
Value
A list with the model's input size and horizon
Examples
## Not run:
.get_model_params(model, freq)
## End(Not run)
[Package nixtlar version 0.6.2 Index]