Learn R Programming

nixtlar (version 0.6.1)

.get_model_params: 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)

Value

A list with the model's input size and horizon

Arguments

model

Model to use, either "timegpt-1" or "timegpt-1-long-horizon".

freq

Frequency of the data.

Examples

Run this code
if (FALSE) {
  .get_model_params()
}

Run the code above in your browser using DataLab